CustomCellAppearanceEventArgs.Column Property
In This Article
Gets the column that contains the cell.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public GridColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
The grid column. |
See Also