Skip to main content

DataFormGroup.HeaderFontSize Property

Gets or sets the font size 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

[TypeConverter(typeof(FontSizeConverter))]
public double HeaderFontSize { get; set; }

Property Value

Type Description
Double

The header caption’s font size.

Remarks

You can also use the HeaderFontAttributes 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