AgendaView.AppointmentAppearance Property
In This Article
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 |
---|---|
Agenda |
The appointment appearance. |
#Remarks
The AppointmentAppearance includes the following settings that manage the appointment’s appearance:
The following table lists available appointment appearance properties:
Property | Description |
---|---|
Agenda |
Gets or sets the Agenda |
Appointment |
Gets or sets the border color of the scheduler‘s appointments. This is a bindable property. |
Appointment |
Gets or sets the content padding of the scheduler‘s appointments. This is a bindable property. |
Appointment |
Gets or sets the color that is used to tint the scheduler‘s appointment icon. This is a bindable property. |
Appointment |
Gets or sets the text color of the scheduler‘s appointment. This is a bindable property. |
Appointment |
Gets or sets the font family of the scheduler appointment’s text. This is a bindable property. |
Appointment |
Gets or sets the font size of the scheduler appointment’s text. This is a bindable property. |
Agenda |
Gets or sets the Agenda |
Agenda |
Gets or sets the Agenda |
Agenda |
Gets or sets the Agenda |
Agenda |
Gets or sets the Agenda |
Agenda |
Gets or sets the Agenda |
See Also