Skip to main content

DataFormViewActualAppearance.GroupHeaderFontFamily Property

Gets the group header’s font family value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontFamily property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string GroupHeaderFontFamily { get; }

Property Value

Type Description
String

The group header’s font family.

See Also