Back to Devexpress

Gallery.FilterControlTemplate Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-ef0e05e4.md

latest1.4 KB
Original Source

Gallery.FilterControlTemplate Property

Gets or sets the template used to represent the Gallery’s Filter Panel on-screen. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ControlTemplate FilterControlTemplate { get; set; }
vb
Public Property FilterControlTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object that is the corresponding template.

|

Remarks

TargetType : ToggleButton.

To learn about the Filter Panel, see the Gallery.AllowFilter topic.

See Also

AllowFilter

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace