Skip to main content
All docs
V25.1
  • Tag

    ColumnBase.ActualAllowAutoFilterClearButton Property

    Gets whether the clear button is displayed in the Automatic Filter Row. This is a dependency property.

    Namespace: DevExpress.Xpf.Grid

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    [Browsable(false)]
    public bool ActualAllowAutoFilterClearButton { get; }

    Property Value

    Type Description
    Boolean

    true if a clear button is displayed in the Automatic Filter Row; otherwise, false.

    See Also