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