Back to Devexpress

UnboundExpressionEditorEventArgs.ShowExpressionEditor Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-unboundexpressioneditoreventargs-1cbf02c4.md

latest1.4 KB
Original Source

UnboundExpressionEditorEventArgs.ShowExpressionEditor Property

Gets or sets whether to display the expression editor.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public bool ShowExpressionEditor { get; set; }
vb
Public Property ShowExpressionEditor As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

UnboundExpressionEditorEventArgs Class

UnboundExpressionEditorEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace