Back to Devexpress

ShowingEditorEventArgs.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-showingeditoreventargs.md

latest1.0 KB
Original Source

ShowingEditorEventArgs.Column Property

Gets a column, for which an event has been raised.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
GridColumn

A GridColumn object, that is the grid column.

|

See Also

ShowingEditorEventArgs Class

ShowingEditorEventArgs Members

DevExpress.Xpf.Grid Namespace