CalendarSelectableCellStyle.DisabledFontSize Property
Gets or sets the font size for cells in the disabled state.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double DisabledFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies a font size. |
See Also