CalendarSelectableCellStyle.DisabledTextColor Property
In This Article
Gets or sets the foreground color for cells in the disabled state.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Color DisabledTextColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A structure that stores a color. |
See Also