DataFormViewActualAppearance.GroupHeaderBackgroundColor Property
Gets the group header’s background color that is applied to the DataFormView. To specify this color, use the GroupHeaderBackgroundColor property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color GroupHeaderBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The group header’s background color. |
See Also