Skip to main content

DataViewBase.AllowFilterEditor Property

Gets or sets 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.v14.2.Core.dll

#Declaration

public bool AllowFilterEditor { get; set; }

#Property Value

Type Description
Boolean

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

#Remarks

If the AllowFilterEditor property is set to false, a column's context menu doesn't display the 'Filter Editor' item and the Edit Filter button is hidden from the Filter Panel.

To invoke the Filter Editor in code, use the DataViewBase.ShowFilterEditor method.

See Also