Skip to main content
All docs
V25.1
  • FilteringPanelControl.IsFilterEnabled Property

    Gets or sets whether the filter within the filter panel is enabled.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public bool IsFilterEnabled { get; set; }

    Property Value

    Type Description
    Boolean

    true, to enable the filter within the filter panel; otherwise, false.

    See Also