Back to Devexpress

UnboundExpressionEditorEventArgs.Column Property

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

latest1.3 KB
Original Source

UnboundExpressionEditorEventArgs.Column Property

Gets the column for which the expression editor is created.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridColumn Column { get; }
vb
Public ReadOnly Property Column As GridColumn

Property Value

TypeDescription
GridColumn

The target column.

|

See Also

UnboundExpressionEditorEventArgs Class

UnboundExpressionEditorEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace