Back to Devexpress

DataFormView.GroupHeaderFontFamily Property

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

latest1.4 KB
Original Source

DataFormView.GroupHeaderFontFamily Property

Gets or sets the font family name 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 string GroupHeaderFontFamily { get; set; }

Property Value

TypeDescription
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

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace