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

See Also