CustomCellAppearanceEventArgs.FieldName Property
Gets the field name of the column that contains the cell.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
String | The column’s field name. |
See Also