Skip to main content
A newer version of this page is available. .
All docs
V22.1

VGridControl.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.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v22.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public event FilterExpressionEditorEventHandler FilterExpressionEditorCreated

Event Data

The FilterExpressionEditorCreated event's data class is DevExpress.XtraVerticalGrid.Events.FilterExpressionEditorEventArgs.

Remarks

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

See Also