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