Skip to main content

SimpleButtonActualAppearance.DisabledBackgroundColor Property

Gets the background color that is applied to the SimpleButton when it is disabled. To specify this color, use the DisabledBackgroundColor property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color DisabledBackgroundColor { get; }

Property Value

Type Description
Color

The background color.

See Also