Skip to main content

GridCell.Column Property

Gets the column which contains the cell.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public GridColumnBase Column { get; }

#Property Value

Type Description
GridColumnBase

A GridColumnBase object that represents the column which contains the cell.

See Also