Back to Devexpress

DataFormView.GroupHeaderBackgroundColor Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-80c4fed4.md

latest1.5 KB
Original Source

DataFormView.GroupHeaderBackgroundColor Property

Gets or sets the background color for headers 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 GroupHeaderBackgroundColor { get; set; }

Property Value

TypeDescription
Color

The header color of 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