Version

UltraCalendarInfo Class Properties

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

Public Properties
 NameDescription
Public PropertyActiveDayGets/sets the Day object which represents the currently active day.  
Public PropertyAllDayEventEndTimeBoundaryGets/sets a value which determines the manner in which an all-day appointment's EndDateTime is resolved when it coincides exactly with midnight.  
Public PropertyAllowAllDayEventsGets/sets whether AllDayEvents will be allowed.  
Public PropertyAllowRecurringAppointmentsGets/sets whether recurring Appointments are supported.  
Public PropertyAlternateSelectedDateRangesCollection that holds DateRange objects representing a range of days that are currently selected. Used by UltraScheduleControlBase-derived controls whose UltraScheduleControlBase.UseAlternateSelectedDateRanges property is set to true.  
Public PropertyAlternateSelectTypeDayReturns the selection type used for selecting days for UltraScheduleControlBase-derived controls whose UltraScheduleControlBase.UseAlternateSelectedDateRanges property is set to true.  
Public PropertyAppearancesReturns or sets the collection of user-defined Infragistics.Win.Appearance objects.  
Public PropertyAppointmentActionsEnabledDetermines if actions and reminders for owners are enabled by default.  
Public PropertyAppointmentsReturns the collection of Appointment objects.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCustomTaskColumnsReturns a collection of TaskColumn objects.  
Public PropertyDataBindingsForAppointmentsData binding properties for appointments.  
Public PropertyDataBindingsForNotesExposes properties related to data binding for the Notes collection.  
Public PropertyDataBindingsForOwnersData binding properties for owners.  
Public PropertyDataBindingsForProjectsProvides data binding support for the Projects collection.  
Public PropertyDataBindingsForTasksProvides data binding support for the Tasks collection.  
Public PropertyDateSettingsReturns a collection of CalendarDateSettings objects which expose TimeSlot-related properties that apply to a specific date.  
Public PropertyDaysOfMonthReturns a collection of 31 DayOfMonth objects.  
Public PropertyDaysOfWeekReturns a collection of 7 DayOfWeek objects.  
Public PropertyDaysOfYearReturns a collection of 366 DayOfYear objects.  
Public PropertyDialogOwnerReturns or sets a form that will be used as the owner of any dialog that this component shows.  
Public PropertyEventManagerThe object that enables, disables and controls firing of CalendarInfo specific events.  
Public PropertyFirstDayOfWeekReturns or sets the DayOfWeek used as the first day of the week for various date calculations.  
Public PropertyFirstDayOfWeekResolvedReturns the day of the week considered the start of the week.  
Public PropertyHolidaysReturns a collection of Holiday objects.  
Public PropertyLogicalDayDurationGets/sets the maximum logical length of the day.  
Public PropertyLogicalDayOffsetGets/sets the offset, from midnight, for the start of the day.  
Public PropertyMaxAlternateSelectedDaysReturns or sets the maximum number of days that can be selected at any one time for UltraScheduleControlBase-derived controls whose UltraScheduleControlBase.UseAlternateSelectedDateRanges property is set to true.  
Public PropertyMaxDateReturns or sets the maximum date allowed.  
Public PropertyMaxSelectedDaysReturns or sets the maximum number of days that can be selected at any one time.  
Public PropertyMinDateReturns or sets the minimum date allowed.  
Public PropertyMonthsOfYearReturns a collection of 12 MonthOfYear objects.  
Public PropertyNotesReturns the Notes collection.  
Public PropertyOwnersReturns the collection of Owner objects.  
Public PropertyProjectsReturns a collection of Project objects to which a Task can be associated.  
Public PropertyReminderImageReturns or sets the System.Drawing.Image object used in the ReminderDialog.  
Public PropertySaveSettingsIndicates whether this component should automatically save its user configuration settings.  
Public PropertySaveSettingsCategoriesGets or sets the type of information that should be saved and loaded automatically  
Public PropertySaveSettingsFormatGets or sets the format in which the user customizations settings will be saved and loaded  
Public PropertySelectedAppointmentsReturns the collection of selected Appointment objects.  
Public PropertySelectedDateRangesCollection that holds DateRange objects representing a range of days that are currently selected.  
Public PropertySelectedHolidaysReturns the collection of selected Holiday objects.  
Public PropertySelectedNotesReturns the collection of selected Note objects.  
Public PropertySelectTypeActivityReturns or sets the selection type used for selecting activity items.  
Public PropertySelectTypeDayReturns the selection type used for selecting days.  
Public PropertySettingsKeyA unique string that distinguishes this UltraCalendarInfo form others in the solution it is being used in. This is needed to store user configuration settings.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySpellCheckerForActivityDescriptionGets/sets the component that will perform spell checking on the description field of an acivity.  
Public PropertySpellCheckerForAppointmentSubjectGets/sets the component that will perform spell checking on the subject field of an appointment.  
Public PropertyStyleLibraryNameReturns or sets the name of the style library that should be used to obtain the style information for use by the appointment dialogs.  
Public PropertyStyleSetNameReturns or sets the name of the styleset in the Infragistics.Win.AppStyling.StyleManager that should be used by the appointment dialogs.  
Public PropertyTagUser defined data associated with the component.  
Public PropertyTaskDurationWorkingTimePerDayReturns or sets a value indicating the amount of time considered to be in one workday when a task's duration is parsed or formatted.  
Public PropertyTaskDurationWorkingTimePerDayResolvedReturns the resolved value of the TaskDurationWorkingTimePerDay property.  
Public PropertyTasksReturns a collection of Task objects.  
Public PropertyTaskWorkingHourModeReturns or sets a value indicating whether a task's duration is automatically adjusted to account for non-working hours.  
Public PropertyUseAppStylingReturns or sets whether the appointment dialogs should use application styling.  
Public PropertyVisibleOwnersReturns the collection of Owner objects that have their Visible property set to true.  
Public PropertyWeekRuleThe rule used to determine the how the first week of the year is calculated.  
Public PropertyWeeksOfYearReturns a collection of 54 WeekOfYear objects.  
Public PropertyWorkDaysPerWeekReturns the number of DayOfWeek objects contained within the DaysOfWeek collection whose IsWorkDay property returns true.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
See Also