Back to Devexpress

AgendaAppointmentViewModel Members

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

latest7.1 KB
Original Source

AgendaAppointmentViewModel Members

The storage for settings of an individual AgendaView appointment.

Constructors

NameDescription
AgendaAppointmentViewModel(AgendaView, AppointmentItem, AppointmentLabelItem, DateTimeRange)Initializes a new instance of the AgendaAppointmentViewModel class with specified settings.

Properties

NameDescription
AppointmentGets the AgendaView appointment.
BackgroundColorGets or sets the AgendaView appointment’s background color.
BorderColorGets or sets the AgendaView appointment’s border color.
CustomFieldsGets the AgendaView appointment’s custom fields.
IconTintColorGets or sets the AgendaView appointment’s icon tint color.
IntervalTextGets or sets the color the AgendaView appointment time text.
IntervalTextColorGets or sets the color the AgendaView appointment representation uses to paint its time.
IntervalTextFontAttributesGets or sets whether the AgendaView appointment representation’s time is bold, italic, neither, or both.
IntervalTextFontFamilyGets or sets the name of the font family the AgendaView appointment representation uses to draw its time.
IntervalTextFontSizeGets or sets the font size for time the AgendaView appointment representation shows.
LabelGets or sets the AgendaView appointment’s label.
PositionGets or sets the appointment position within this day.
ShowChangedRecurrenceImageGets or sets whether the AgendaView‘s appointment representation should show the Changed Recurrence () icon.
ShowRecurrenceImageGets or sets whether the AgendaView appointment representation should show the Recurrence () icon.
ShowReminderImageGets or sets whether the AgendaView appointment representation should show the Reminder () icon.
TextGets or sets the appointment’s text. Inherited from AppointmentViewModelBase.
TextColorGets or sets the color the AgendaView appointment representation uses to paint its text.
TextFontAttributesGets or sets whether the AgendaView appointment representation’s text is bold, italic, neither, or both.
TextFontFamilyGets or sets the name of the font family the AgendaView appointment representation uses to draw its text.
TextFontSizeGets or sets the font size of the AgendaView appointment’s text.
ViewGets the AgendaView instance that is associated with the current ViewModel.
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

AgendaAppointmentViewModel Class

DevExpress.Maui.Scheduler Namespace