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