Back to Devexpress

GridCell.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcell-82e2d710.md

latest983 B
Original Source

GridCell.Column Property

Gets the column which contains the cell.

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 represents the column which contains the cell.

|

See Also

GridCell Class

GridCell Members

DevExpress.Xpf.Grid Namespace