CalendarSelectableCellStyle.DisabledFontAttributes Property
In This Article
Gets or sets font attributes for cells in the disabled state.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public FontAttributes DisabledFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
A value that specifies font attributes. |
See Also