Skip to main content

SimpleButtonActualAppearance.DisabledTextColor Property

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

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color DisabledTextColor { get; }

Property Value

Type Description
Color

The text color.

See Also