Back to Devexpress

GridMenuInfo.Column Property

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

latest1.0 KB
Original Source

GridMenuInfo.Column Property

Gets the column for which the context menu has been called.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ColumnBase

A ColumnBase object that is the column for which the menu has been called.

|

See Also

GridMenuInfo Class

GridMenuInfo Members

DevExpress.Xpf.Grid Namespace