Back to Devexpress

Gallery.FilterCaptionTemplate Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-46fc2e5b.md

latest1.3 KB
Original Source

Gallery.FilterCaptionTemplate Property

Gets or sets the template that presents the Gallery.FilterCaption 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 FilterCaptionTemplate { get; set; }
vb
Public Property FilterCaptionTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that presents the FilterCaption object on-screen.

|

Remarks

To learn more, see Styling and Templating in MSDN.

See Also

AllowFilter

FilterCaption

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace