Skip to main content
A newer version of this page is available. .
All docs
V21.2

ColumnView.FilterExpressionEditorCreated Event

Allows you to customize the Expression Editor used to edit custom expressions that are displayed in the control’s Filter Editor.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

[DXCategory("Behavior")]
public event FilterExpressionEditorEventHandler FilterExpressionEditorCreated

Event Data

The FilterExpressionEditorCreated event's data class is DevExpress.XtraGrid.Views.Base.FilterExpressionEditorEventArgs.

Remarks

See the following topic for more information: ColumnViewOptionsFilter.FilterEditorAllowCustomExpressions.

See Also