Skip to main content

ThemeFontAttributes.Family Property

Gets the name of the font family to which the corresponding font belongs.

Namespace: DevExpress.Mobile.DataGrid

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

#Declaration

public string Family { get; }

#Property Value

Type Description
String

A string value that specifies the name of the font family.

#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