Skip to main content

CheckEdit.DisabledLabelColor Property

Gets or sets the color of the label in the disabled state.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public Color DisabledLabelColor { get; set; }

Property Value

Type Description
Color

A value that specifies the color.

See Also