Back to Devexpress

DataFormGroup.HeaderFontAttributes Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformgroup-372bdd4f.md

latest1.3 KB
Original Source

DataFormGroup.HeaderFontAttributes Property

Gets or sets the font style 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 FontAttributes? HeaderFontAttributes { get; set; }

Property Value

TypeDescription
Nullable<FontAttributes>

The font attributes.

|

Remarks

You can also use the HeaderFontSize and HeaderFontFamily 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