Version

Holiday Class Properties

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

Public Properties
 NameDescription
Public PropertyAppearanceReturns the appearance for this Holiday  
Public PropertyCalendarInfoThe control that the Holiday is owned by (read-only)  
Public PropertyDayReturns the Day object for the start date of this Holiday  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEndOverridden. Returns a value that is one second earlier than the value of the date obtained by adding the value of the NumberOfDays property to the value of the StartDate property.  
Public PropertyHasAppearanceReturns true if an appearance object has been created.  
Public PropertyIsSelectedOverridden. Returns whether the Holiday is selected.  
Public PropertyNameReturns the name of the holiday.  
Public PropertyNumberOfDaysReturns the number of days for the holiday.  
Public PropertyOwnerOverridden. Returns null unconditionally to indicate that this Holiday is not associated with any particular Owner.  
Public PropertySelectedGet: Returns true if this object exists in the Selected* collection Set: Adds/Removes this object from the Selected* collection  
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 StartDate property.  
Public PropertyStartDateReturns the start date of the holiday.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextOverridden. Returns the value of the Name property.  
Public PropertyVisibleOverridden. Returns whether the Holiday is visible in the UI.  
Public PropertyVisibleResolvedReturns the resolved value of this activity's Visible property. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also