Skip to main content

ThemeFontAttributes.Size Property

Gets the size of the corresponding font in density-independent pixels.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

#Declaration

public double Size { get; }

#Property Value

Type Description
Double

A double value that specifies the size of the corresponding font.

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also