Skip to main content

CalendarDayCellAppearance.TodayFontAttributes Property

Gets or sets the today date’s font attributes. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes TodayFontAttributes { get; set; }

Property Value

Type Description
FontAttributes

The today date’s font attributes.

See Also