Version

Appointment Class Properties

For a list of all members of this type, see Appointment members.

Public Properties
 NameDescription
Public PropertyActionReturns or sets the AppointmentAction for this Appointment.  
Public PropertyAllDayEventDetermines whether the Appointment is an all day event.  
Public PropertyAppearanceReturns or sets the Appearance object that controls the objects's formatting.  
Public PropertyBarColorReturns or sets the color to be used when representing the duration of this Appointment in the UltraDayView time bar.  
Public PropertyBindingListIndexReturns the index associated with this appointment in the binding list.  
Public PropertyBindingListObjectReturns the object returned by the binding list that is associated with this appointment.  
Public PropertyCalendarInfoGets/sets the UltraCalendarInfo component which owns the Appointment object.  
Public PropertyDataKeyGets/sets unique key for appointment used in data binding.  
Public PropertyDayReturns or sets the Day object for this Appointment.  
Public PropertyDescriptionReturns or sets the description of the Appointment.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEndOverridden. Returns a value that is one second earlier than the actual value of the EndDateTime property.  
Public PropertyEndDateTimeReturns or sets the end date/time of the Appointment.  
Public PropertyHasAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasReminderIndicates if a Reminder object has been created for the appointment.  
Public PropertyIsMultiDay(Read-only) Returns whether the Appointment spans across multiple days.  
Public PropertyIsRecurringAppointmentRootReturns whether this Appointment represents a recurrence, i.e., if its Recurrence property is set to an instance of the AppointmentRecurrence object.  
Public PropertyIsRemovedGets/sets whether the Appointment has been logically removed.  
Public PropertyIsSelectedOverridden. Indicates whether the Appointment is selected.  
Public PropertyIsVarianceReturns 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.  
Public PropertyLocationReturns or sets the location of the Appointment.  
Public PropertyLockedDetermines whether the Appointment can be modified via the user interface of the control displaying the Appointment.  
Public PropertyLockedResolvedDetermines whether the Appointment can be modified via the user interface of the control displaying it.  
Public PropertyOriginalStartDateTimeIf 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.  
Public PropertyOwnerOverridden. Gets/sets the assigned Owner.  
Public PropertyOwnerKeyGets/sets the key of the assigned Owner.  
Public PropertyRecurrenceGets/sets the AppointmentRecurrence object that describes the recurrence pattern that determines the frequency at which individual occurrences occur.  
Public PropertyRecurrenceIdThe globally unique identifier that refers to the AppointmentRecurrence object to which this Appointment object is associated. Used for deserialization purposes.  
Public PropertyRecurringAppointmentRootReturns 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.  
Public PropertyReminderReturns or sets the Reminder associated with this Appointment.  
Public PropertySelectedDetermines whether the Appointment object is part of the UltraCalendarInfo.SelectedAppointments of the owning UltraCalendarInfo.  
Public PropertySpanReturns 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)
Public PropertyStartOverridden. Returns the value of the StartDateTime property.  
Public PropertyStartDateTimeReturns or sets the start date/time of the Appointment.  
Public PropertySubjectReturns or sets the subject of the Appointment.  
Public PropertyTagOverridden. The Tag property can be used to logically attach another object or value to this object.  
Public PropertyTextOverridden. Returns the value of the Subject property.  
Public PropertyVisibleOverridden. Determines whether the Appointment can be displayed.  
Public PropertyVisibleResolvedOverridden. Returns false if either this Appointment's Visible property is false or it's Owner's Visible property is false.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also