Skip to main content

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

C#
public string FieldName { get; }

#Property Value

Type Description
String

The column’s field name.

See Also