DataFormView.GroupHeaderFontFamily Property
In This Article
Gets or sets the font family name for header captions of editor groups.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string GroupHeaderFontFamily { get; set; }
#Property Value
Type | Description |
---|---|
String | The font family name. |
#Remarks
You can also use the GroupHeaderFontAttributes and GroupHeaderFontSize 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