Skip to main content
A newer version of this page is available. .
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.v19.1.Core.dll

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