Skip to main content

DayViewBaseActualAppearance.AllDayAppointmentTextFontAttributes Property

Gets the text’s font attribute value that is applied to the AppointmentItem whose AllDay property is true. To specify this value, use the TextFontAttributes property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public FontAttributes AllDayAppointmentTextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The text’s font attribute value.

See Also