DataFormItem.BackgroundColor Property
In This Article
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
C#
public Color BackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The data form item’s background color. |
#Remarks
See Also