Back to Devexpress

DataFormView.GroupHeaderFontSize Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-ec022819.md

latest1.4 KB
Original Source

DataFormView.GroupHeaderFontSize Property

Gets or sets the font size for header captions of editor groups. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
[TypeConverter(typeof(FontSizeConverter))]
public double GroupHeaderFontSize { get; set; }

Property Value

TypeDescription
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

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace