DataFormGroup.HeaderFontFamily Property
Gets or sets the font family name for the header caption of the editor group.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string HeaderFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | The font family name. |
Remarks
You can also use the HeaderFontAttributes and HeaderFontSize 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