Skip to main content
A newer version of this page is available. .

DataFormGroup.HeaderFontFamily Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string HeaderFontFamily { get; set; }

Property Value

Type Description
String

The font family name.

Remarks

You can also use the HeaderFontAttributes and HeaderFontSize properties to customize the text font for the header caption of the editor group, and the HeaderTextColor property to change the text color.

See Also