Skip to main content
A newer version of this page is available. .

UnboundExpressionEditorEventArgs.StandardExpressionEditorForm Property

Gets the form that contains the created expression editor.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public ExpressionEditorForm StandardExpressionEditorForm { get; }

Property Value

Type Description
DevExpress.XtraEditors.Design.ExpressionEditorForm

The form that contains the created expression editor.

See Also