CheckEdit.DisabledLabelColor Property
In This Article
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
C#
public Color DisabledLabelColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A value that specifies the color. |
See Also