Back to Devexpress

AppointmentViewModel Members

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

latest5.4 KB
Original Source

AppointmentViewModel Members

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

Constructors

NameDescription
AppointmentViewModel(AppointmentItem, AppointmentLabelItem, AppointmentStatusItem, Boolean, DateTimeRange)Initializes a new instance of the AppointmentViewModel class with specified settings.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

See Also

AppointmentViewModel Class

DevExpress.Maui.Scheduler Namespace