DataFormViewActualAppearance.GroupHeaderFontAttributes Property
Gets the group header’s font attribute value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontAttributes property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes GroupHeaderFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The group header’s font attribute. |
See Also