DataFormGroup.HeaderBackgroundColor Property
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
public Color HeaderBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The header color of the editor group. |
See Also