Skip to main content
All docs
V22.1

CalendarSelectableCellStyle.DisabledFontFamily Property

Gets or sets the font for cells in the disabled state.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public string DisabledFontFamily { get; set; }

Property Value

Type Description
String

A string value that specifies a font family name.

See Also