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
public FontAttributes? HeaderFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Font |
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.