DataFormItem.BackgroundColor Property
Gets or sets the background color of the data form’s item.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color BackgroundColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | The data form item’s background color. |
Remarks

See Also