Skip to main content
A newer version of this page is available. .

DataFormGroup.HeaderFontAttributes Property

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

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public FontAttributes HeaderFontAttributes { get; set; }

Property Value

Type Description
FontAttributes

The value that specifies whether the text is bold, italic, or neither.

Remarks

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