Skip to main content
All docs
V23.2
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.v23.2.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