DataFormGroup.HeaderBackgroundColor Property
Gets or sets the background color for the header of the editor group. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color HeaderBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The header color of the editor group. |
See Also