Back to Devexpress

ColumnBase.ActualAllowFilterEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-7e820af7.md

latest1.2 KB
Original Source

ColumnBase.ActualAllowFilterEditor Property

Gets whether end-users can invoke the Filter Editor to build complex filter criteria. 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 ActualAllowFilterEditor { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualAllowFilterEditor As Boolean

Property Value

TypeDescription
Boolean

true to allow end-users to invoke the Filter Editor ; otherwise, false.

|

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace