Back to Devexpress

DataFormGroup.HeaderFontFamily Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformgroup-d157e0fd.md

latest1.2 KB
Original Source

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

csharp
public string HeaderFontFamily { get; set; }

Property Value

TypeDescription
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

DataFormGroup Class

DataFormGroup Members

DevExpress.Maui.DataForm Namespace