For a list of all members of this type, see Appointment members.
Name | Description | |
---|---|---|
![]() | Action | Returns or sets the AppointmentAction for this Appointment. |
![]() | AllDayEvent | Determines whether the Appointment is an all day event. |
![]() | Appearance | Returns or sets the Appearance object that controls the objects's formatting. |
![]() | BarColor | Returns or sets the color to be used when representing the duration of this Appointment in the UltraDayView time bar. |
![]() | BindingListIndex | Returns the index associated with this appointment in the binding list. |
![]() | BindingListObject | Returns the object returned by the binding list that is associated with this appointment. |
![]() | CalendarInfo | Gets/sets the UltraCalendarInfo component which owns the Appointment object. |
![]() | DataKey | Gets/sets unique key for appointment used in data binding. |
![]() | Day | Returns or sets the Day object for this Appointment. |
![]() | Description | Returns or sets the description of the Appointment. |
![]() | Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
![]() | End | Overridden. Returns a value that is one second earlier than the actual value of the EndDateTime property. |
![]() | EndDateTime | Returns or sets the end date/time of the Appointment. |
![]() | HasAppearance | Indicates whether an Infragistics.Win.AppearanceBase object has been created. |
![]() | HasReminder | Indicates if a Reminder object has been created for the appointment. |
![]() | IsMultiDay | (Read-only) Returns whether the Appointment spans across multiple days. |
![]() | IsRecurringAppointmentRoot | Returns whether this Appointment represents a recurrence, i.e., if its Recurrence property is set to an instance of the AppointmentRecurrence object. |
![]() | IsRemoved | Gets/sets whether the Appointment has been logically removed. |
![]() | IsSelected | Overridden. Indicates whether the Appointment is selected. |
![]() | IsVariance | Returns whether this Appointment represents a variance, i.e., a member of a recurrence that differs in some way from the AppointmentRecurrence.RootAppointment that describes the recurrence. |
![]() | Location | Returns or sets the location of the Appointment. |
![]() | Locked | Determines whether the Appointment can be modified via the user interface of the control displaying the Appointment. |
![]() | LockedResolved | Determines whether the Appointment can be modified via the user interface of the control displaying it. |
![]() | OriginalStartDateTime | If this appointment is a member of a recurrence that has been modified, returns the DateTime that represents the value of the Appointment’s StartDateTime property as it was defined by the recurrence. |
![]() | Owner | Overridden. Gets/sets the assigned Owner. |
![]() | OwnerKey | Gets/sets the key of the assigned Owner. |
![]() | Recurrence | Gets/sets the AppointmentRecurrence object that describes the recurrence pattern that determines the frequency at which individual occurrences occur. |
![]() | RecurrenceId | The globally unique identifier that refers to the AppointmentRecurrence object to which this Appointment object is associated. Used for deserialization purposes. |
![]() | RecurringAppointmentRoot | Returns the Appointment object that defines this Appointment's recurrence criteria. If this Appointment is a not member of a recurrence, or is itself a root appointment, null is returned. |
![]() | Reminder | Returns or sets the Reminder associated with this Appointment. |
![]() | Selected | Determines whether the Appointment object is part of the UltraCalendarInfo.SelectedAppointments of the owning UltraCalendarInfo. |
![]() | Span | Returns the amount of time spanned by this activity, obtained by subtracting the value of the Start property from the value of the End property. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase) |
![]() | Start | Overridden. Returns the value of the StartDateTime property. |
![]() | StartDateTime | Returns or sets the start date/time of the Appointment. |
![]() | Subject | Returns or sets the subject of the Appointment. |
![]() | Tag | Overridden. The Tag property can be used to logically attach another object or value to this object. |
![]() | Text | Overridden. Returns the value of the Subject property. |
![]() | Visible | Overridden. Determines whether the Appointment can be displayed. |
![]() | VisibleResolved | Overridden. Returns false if either this Appointment's Visible property is false or it's Owner's Visible property is false. |
Name | Description | |
---|---|---|
![]() | SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |