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