Back to Devexpress

AppointmentViewModel Properties

maui-devexpress-dot-maui-dot-scheduler-dot-appointmentviewmodel-dot-underscore-properties.md

latest3.4 KB
Original Source

AppointmentViewModel Properties

Stores appearance settings for an individual appointment item‘s representation.

NameDescription
AppointmentReturns the appointment for whose representation the view model provides data.
BackgroundColorGets or sets the color the appointment representation uses to paint its background.
BorderColorGets or sets the color the appointment representation uses to paint its border.
BorderThicknessGets or sets the border thickness of the appointment representation.
ContentPaddingGets or sets the content padding of the appointment representation.
CustomFieldsReturns the appointment’s CustomFields.
IconTintColor
LabelReturns the appointment’s label.
ShowChangedRecurrenceImageReturns whether the appointment representation should show the Changed Recurrence () icon.
ShowRecurrenceImageReturns whether the appointment representation should show the Recurrence () icon.
ShowReminderImageReturns whether the appointment representation should show the Reminder () icon.
StatusReturns the appointment’s status.
TextGets or sets the appointment’s text. Inherited from AppointmentViewModelBase.
TextColorGets or sets the color the appointment representation uses to paint its text.
TextFontAttributesGets or sets whether the appointment representation’s text is bold, italic, neither, or both.
TextFontFamilyGets or sets the name of the font family the appointment representation uses to draw its text.
TextFontSizeGets or sets the font size for text the appointment representation shows.
VisibleIntervalInherited from AppointmentViewModelBase.

See Also

AppointmentViewModel Class

AppointmentViewModel Members

DevExpress.Maui.Scheduler Namespace