Skip to main content

DataFormView.GroupHeaderFontAttributes Property

Gets or sets the font style for header captions of editor groups.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public FontAttributes GroupHeaderFontAttributes { 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 GroupHeaderFontSize and GroupHeaderFontFamily properties to customize the text font for header captions of the data form’s groups of editors, and the GroupHeaderTextColor property to change the text color.

See Also