FormGroupItem.HeaderFontAttributes Property
In This Article
Gets or sets the header text attributes. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public FontAttributes HeaderFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
Specifies a combination of font attributes. |
See Also