Back to Devexpress

DataFormView.GroupHeaderFontAttributes Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-5f595d82.md

latest1.4 KB
Original Source

DataFormView.GroupHeaderFontAttributes Property

Gets or sets the font style 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
public FontAttributes GroupHeaderFontAttributes { get; set; }

Property Value

TypeDefaultDescription
FontAttributesNone

The font attributes.

|

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

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace