Back to Devexpress

DataFormGroup.HeaderFontSize Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformgroup-4cdd0040.md

latest1.3 KB
Original Source

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

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

Property Value

TypeDescription
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

DataFormGroup Class

DataFormGroup Members

DevExpress.Maui.DataForm Namespace