DataFormView.GroupHeaderFontSize Property
Gets or sets the font size for header captions of editor groups.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double GroupHeaderFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | A header caption’s font size. |
Remarks
You can also use the GroupHeaderFontAttributes and GroupHeaderFontFamily properties to customize the text font for header captions of the data form’s editor groups, and the GroupHeaderTextColor property to change the text color.
See Also