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