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

UnboundExpressionEditorEventArgs.ShowExpressionEditor Property

Gets or sets whether to display the expression editor.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public bool ShowExpressionEditor { get; set; }

Property Value

Type Description
Boolean

true, to allow the editor to be displayed; otherwise, false.

See Also