Back to Devexpress

Gallery.GroupCaptionTemplate Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-0800e690.md

latest1.4 KB
Original Source

Gallery.GroupCaptionTemplate Property

Gets or sets the template that presents captions (GalleryItemGroup.Caption) of gallery groups in a custom manner. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplate GroupCaptionTemplate { get; set; }
vb
Public Property GroupCaptionTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that presents gallery groups’ captions on-screen.

|

Remarks

See the Data Templating Overview topic to learn more.

See Also

Caption

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace