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