Back to Devexpress

AgendaView.AppointmentAppearance Property

maui-devexpress-dot-maui-dot-scheduler-dot-agendaview-e7c72743.md

latest4.5 KB
Original Source

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

csharp
public AgendaAppointmentAppearance AppointmentAppearance { get; set; }

Property Value

TypeDescription
AgendaAppointmentAppearance

The appointment appearance.

|

Remarks

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

The following table lists available appointment appearance properties:

PropertyDescription
AgendaAppointmentAppearance.BackgroundColorGets or sets the AgendaView appointment’s background color. This is a bindable property.
AppointmentAppearanceBase.BorderColorGets or sets the border color of the scheduler‘s appointments. This is a bindable property.
AppointmentAppearance.ContentPaddingGets or sets the content padding of the scheduler‘s appointments. This is a bindable property.
AppointmentAppearanceBase.IconTintColorGets or sets the color that is used to tint the scheduler‘s appointment icon. This is a bindable property.
AppointmentAppearanceBase.TextColorGets or sets the text color of the scheduler‘s appointment. This is a bindable property.
AppointmentAppearanceBase.TextFontFamilyGets or sets the font family of the scheduler appointment’s text. This is a bindable property.
AppointmentAppearanceBase.TextFontSizeGets or sets the font size of the scheduler appointment’s text. This is a bindable property.
AgendaAppointmentAppearance.TextFontAttributesGets or sets the AgendaView appointment’s text font attributes. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextColorGets or sets the AgendaView appointment’s time interval text color. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextFontAttributesGets or sets the AgendaView appointment’s time interval font attributes. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextFontFamilyGets or sets the AgendaView appointment’s time interval font family. This is a bindable property.
AgendaAppointmentAppearance.IntervalTextFontSizeGets or sets the AgendaView appointment’s time interval font size. This is a bindable property.

See Also

AgendaView Class

AgendaView Members

DevExpress.Maui.Scheduler Namespace