Skip to main content
All docs
V24.2

UnboundExpressionEditorEventArgs.StandardExpressionEditorForm Property

Gets the form that contains the created expression editor.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

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

Declaration

public ExpressionEditorForm StandardExpressionEditorForm { get; }

Property Value

Type Description
DevExpress.XtraEditors.Design.ExpressionEditorForm

The form that contains the created expression editor.

See Also