CustomCellStyleEventArgs.FontSize Property
Gets or sets the cell text size.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The cell text size. |
See Also