Skip to main content

DataFormView.GroupHeaderFontFamily Property

Gets or sets the font family name for header captions of editor groups. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string GroupHeaderFontFamily { get; set; }

Property Value

Type Description
String

The font family name.

Remarks

You can also use the GroupHeaderFontAttributes and GroupHeaderFontSize properties to customize the text font for header captions of the data form’s groups of editors, and the GroupHeaderTextColor property to change the text color.

DevExpress MAUI DataFormView - GroupHeaderFontFamily

See Also