AddAppointmentSelection(Appointment)
|
Adds the specified appointment to the selection.
|
Assign(SchedulerViewBase)
|
Copies the settings from the specified SchedulerViewBase object to the current object.
|
ChangeAppointmentSelection(Appointment)
|
Selects a single appointment.
|
Dispose()
|
Enables a server control to perform final clean up before it is released from memory.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetAppointmentDisplayOptions()
|
Returns an object that allows defining the appointment’s appearance for a particular view.
|
GetAppointments()
|
Override this method to provide access to the appointment’s collection, specific to the current scheduler view.
|
GetHashCode()
|
Serves as the default hash function.
|
GetResources()
|
Override this method to provide access to the resources’ collection, specific to the current scheduler view.
|
GetType()
|
Gets the Type of the current instance.
|
GetVisibleIntervals()
|
Returns a copy of the visible time interval collection for the current view.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ReverseAppointmentSelection(Appointment)
|
Switches the selection status of the specified appointment.
|
SelectAppointment(Appointment, Resource)
|
Makes the specified appointment on the specified resource the only selected appointment within the View.
|
SelectAppointment(Appointment)
|
Makes the specified appointment the only selected appointment within the View.
|
SetAllDayAreaTemplateContent(String)
|
Allows you to provide a template for rendering the all-day area.
|
SetAllDayAreaTemplateMethod(Action<AllDayAreaTemplateContainer>)
|
Allows you to provide a template for rendering the all-day area.
|
SetDateHeaderTemplateContent(Action<DateHeaderTemplateContainer>)
|
Allows you to provide a template for rendering the date header.
|
SetDateHeaderTemplateContent(String)
|
Allows you to provide a template for rendering the date header.
|
SetDayOfWeekHeaderTemplateContent(Action<DayOfWeekHeaderTemplateContainer>)
|
Allows you to provide a template for rendering the header indicating the day of week.
|
SetDayOfWeekHeaderTemplateContent(String)
|
Allows you to provide a template for rendering the header indicating the day of week
|
SetHorizontalAppointmentTemplateContent(Action<AppointmentTemplateContainer>)
|
Allows you to provide a template for rendering the horizontal appointment.
|
SetHorizontalAppointmentTemplateContent(String)
|
Allows you to provide a template for rendering the horizontal appointment.
|
SetHorizontalResourceHeaderTemplateContent(Action<ResourceHeaderTemplateContainer>)
|
Allows you to provide a template for rendering the resource header.
|
SetHorizontalResourceHeaderTemplateContent(String)
|
Allows you to provide a template for rendering the resource header.
|
SetHorizontalSameDayAppointmentTemplateContent(Action<AppointmentTemplateContainer>)
|
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
|
SetHorizontalSameDayAppointmentTemplateContent(String)
|
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
|
SetRightTopCornerTemplateContent(Action<RightTopCornerTemplateContainer>)
|
Allows you to provide a template for rendering the right top corner area of the scheduler.
|
SetRightTopCornerTemplateContent(String)
|
Allows you to provide a template for rendering the right top corner area of the scheduler.
|
SetTimeCellBodyTemplateContent(Action<TimeCellBodyTemplateContainer>)
|
Allows you to provide a template for rendering the time cell.
|
SetTimeCellBodyTemplateContent(String)
|
Allows you to provide a template for rendering the time cell.
|
SetTimeRulerHeaderTemplateContent(Action<TimeRulerHeaderTemplateContainer>)
|
Allows you to provide a template for rendering the TimeRuler header.
|
SetTimeRulerHeaderTemplateContent(String)
|
Allows you to provide a template for rendering the TimeRuler header.
|
SetTimeRulerMinuteItemTemplateContent(Action<TimeRulerMinuteItemTemplateContainer>)
|
Allows you to provide a template for rendering the TimeRuler minute item.
|
SetTimeRulerMinuteItemTemplateContent(String)
|
Allows you to provide a template for rendering the TimeRuler minute item.
|
SetToolbarViewNavigatorTemplateContent(Action<ToolbarViewNavigatorTemplateContainer>)
|
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
|
SetToolbarViewNavigatorTemplateContent(String)
|
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
|
SetToolbarViewSelectorTemplateContent(Action<ToolbarViewSelectorTemplateContainer>)
|
Allows you to provide a template for rendering the View Selector control area in the toolbar.
|
SetToolbarViewSelectorTemplateContent(String)
|
Allows you to provide a template for rendering the View Selector control area in the toolbar.
|
SetToolbarViewVisibleIntervalTemplateContent(Action<ToolbarViewVisibleIntervalTemplateContainer>)
|
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
|
SetToolbarViewVisibleIntervalTemplateContent(String)
|
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
|
SetVerticalAppointmentTemplateContent(Action<AppointmentTemplateContainer>)
|
Allows you to provide a template for rendering the vertical appointment.
|
SetVerticalAppointmentTemplateContent(String)
|
Allows you to provide a template for rendering the vertical appointment.
|
SetVerticalResourceHeaderTemplateContent(Action<ResourceHeaderTemplateContainer>)
|
Allows you to provide a template for rendering the vertical resource header.
|
SetVerticalResourceHeaderTemplateContent(String)
|
Allows you to provide a template for rendering the vertical resource header.
|
SetVisibleIntervals(TimeIntervalCollection)
|
Substitutes the visible time interval collection items with new ones.
|
ToString()
|
Returns a string that represents the current object.
|
ZoomIn()
|
Performs scaling up to display content in more detail.
|
ZoomOut()
|
Performs scaling down to display a broader look of the View.
|