Back to Devexpress

DataControlBase.IsFilterEnabled Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-5cc1364a.md

latest1.7 KB
Original Source

DataControlBase.IsFilterEnabled Property

Gets or sets whether the current filter is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsFilterEnabled { get; set; }
vb
Public Property IsFilterEnabled As Boolean

Property Value

TypeDescription
Boolean

true to enable the current filter; otherwise, false.

|

Remarks

Set the IsFilterEnabled property to false to temporarily disable the current filter in code. To enable the filter, set this property to true. Users can toggle the Enable Filter button in the Filter Panel to enable/disable filters:

For more information, see Filter Panel.

See Also

FilterCriteria

FilterString

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace