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