Back to Devexpress

ColumnBase.ActualAllowAutoFilter Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-b51aaf0a.md

latest1.5 KB
Original Source

ColumnBase.ActualAllowAutoFilter Property

Gets whether an end-user can filter data by the column’s values using 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 ActualAllowAutoFilter { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualAllowAutoFilter As Boolean

Property Value

TypeDescription
Boolean

true , to allow an end-user to filter data by the column’s values using the automatic filtering row; otherwise, false.

|

Remarks

Refer to the ColumnBase.AllowAutoFilter property description to learn more.

See Also

AllowAutoFilter

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace