Skip to main content

CalendarSelectableCellStyle.SelectedFontAttributes Property

Gets or sets font attributes for cells in the selected state.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public FontAttributes SelectedFontAttributes { get; set; }

#Property Value

Type Description
FontAttributes

A value that specifies font attributes.

See Also