Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AgendaView.AppointmentAppearance Property

Gets or sets appearance settings of AgendaView appointments. This is a bindable property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

#Declaration

C#
public AgendaAppointmentAppearance AppointmentAppearance { get; set; }

#Property Value

Type Description
AgendaAppointmentAppearance

The appointment appearance.

#Remarks

The AppointmentAppearance includes the following settings that manage the appointment’s appearance:

Agenda View - Appointment Elements

The following table lists available appointment appearance properties:

Property Description
AgendaAppointmentAppearance.BackgroundColor Gets or sets the AgendaView appointment’s background color. This is a bindable property.
AppointmentAppearanceBase.BorderColor Gets or sets the border color of the scheduler‘s appointments. This is a bindable property.
AppointmentAppearance.ContentPadding Gets or sets the content padding of the scheduler‘s appointments. This is a bindable property.
AppointmentAppearanceBase.IconTintColor Gets or sets the color that is used to tint the scheduler‘s appointment icon. This is a bindable property.
AppointmentAppearanceBase.TextColor Gets or sets the text color of the scheduler‘s appointment. This is a bindable property.
AppointmentAppearanceBase.TextFontFamily Gets or sets the font family of the scheduler appointment’s text. This is a bindable property.
AppointmentAppearanceBase.TextFontSize Gets or sets the font size of the scheduler appointment’s text. This is a bindable property.
AgendaAppointmentAppearance.TextFontAttributes Gets or sets the AgendaView appointment’s text font attributes. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextColor Gets or sets the AgendaView appointment’s time interval text color. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextFontAttributes Gets or sets the AgendaView appointment’s time interval font attributes. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextFontFamily Gets or sets the AgendaView appointment’s time interval font family. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextFontSize Gets or sets the AgendaView appointment’s time interval font size. This is a bindable property.
See Also