Back to Devexpress

ColumnBase.ActualAllowAutoFilterClearButton Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-1ddd0f45.md

latest1.4 KB
Original Source

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.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public bool ActualAllowAutoFilterClearButton { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualAllowAutoFilterClearButton As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace