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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object that presents the FilterCaption object on-screen. |
Remarks
To learn more, see Styling and Templating in MSDN.
See Also