Skip to main content

UnboundExpressionEditorEventArgs.ShowExpressionEditor Property

Gets or sets whether to display the expression editor.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public bool ShowExpressionEditor { get; set; }

Property Value

Type Description
Boolean

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

See Also