DataFormViewActualAppearance.BackgroundColor Property
Gets the background color that is applied to the DataFormView. To specify this color, use the DataFormView‘s BackgroundColor
property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color BackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color. |
See Also