Skip to main content

DataFormGroup.HeaderFontSize Property

Gets or sets the font size for the header caption of the editor group.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
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