Skip to main content
A newer version of this page is available. .
Bar

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DataTemplate FilterCaptionTemplate { get; set; }

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