Skip to main content
Tag

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

Type Description
Boolean

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

See Also