Back to Devexpress

DataFormView.GroupHeaderTextColor Property

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

latest1.8 KB
Original Source

DataFormView.GroupHeaderTextColor Property

Gets or sets the text color 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 Color GroupHeaderTextColor { get; set; }

Property Value

TypeDescription
Color

The color of header captions.

|

Remarks

You can also use the GroupHeaderFontSize, GroupHeaderFontFamily, and GroupHeaderFontAttributes properties to customize the text font for header captions of the data form’s editor groups.

Example

This example customizes the data form’s editors, group headers, and row separators.

|

Before

|

After

| | --- | --- | |

|

|

  1. Override resources to modify the appearance of the data form’s editors (hide edit box borders and the clear icon, and change placeholder and input text color).
  2. Use the following properties of the data form:

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace