Skip to main content
A newer version of this page is available. .

SchedulerViewBuilder Members

Represents a Scheduler view.

Constructors

Name Description
SchedulerViewBuilder(OptionsOwnerContext) For internal use only. Initializes a new SchedulerViewBuilder class instance.

Methods

Name Description
AgendaDuration(JS) Mirrors the client-side agendaDuration option.
AgendaDuration(Int32) Mirrors the client-side agendaDuration option.
AppointmentCollectorTemplate(JS) Specifies the client-side appointmentCollectorTemplate.
AppointmentCollectorTemplate(RazorBlock) Specifies the client-side appointmentCollectorTemplate.
AppointmentCollectorTemplate(TemplateName) Specifies the client-side appointmentCollectorTemplate.
AppointmentCollectorTemplate(String) Specifies the client-side appointmentCollectorTemplate.
AppointmentTemplate(JS) Specifies the client-side appointmentTemplate.
AppointmentTemplate(RazorBlock) Specifies the client-side appointmentTemplate.
AppointmentTemplate(TemplateName) Specifies the client-side appointmentTemplate.
AppointmentTemplate(String) Specifies the client-side appointmentTemplate.
AppointmentTooltipTemplate(JS) Specifies the client-side appointmentTooltipTemplate.
AppointmentTooltipTemplate(RazorBlock) Specifies the client-side appointmentTooltipTemplate.
AppointmentTooltipTemplate(TemplateName) Specifies the client-side appointmentTooltipTemplate.
AppointmentTooltipTemplate(String) Specifies the client-side appointmentTooltipTemplate.
CellDuration(JS) Mirrors the client-side cellDuration option.
CellDuration(Int32) Mirrors the client-side cellDuration option.
DataCellTemplate(JS) Specifies the client-side dataCellTemplate.
DataCellTemplate(RazorBlock) Specifies the client-side dataCellTemplate.
DataCellTemplate(TemplateName) Specifies the client-side dataCellTemplate.
DataCellTemplate(String) Specifies the client-side dataCellTemplate.
DateCellTemplate(JS) Specifies the client-side dateCellTemplate.
DateCellTemplate(RazorBlock) Specifies the client-side dateCellTemplate.
DateCellTemplate(TemplateName) Specifies the client-side dateCellTemplate.
DateCellTemplate(String) Specifies the client-side dateCellTemplate.
DropDownAppointmentTemplate(JS) Obsolete. This API is obsolete now.
DropDownAppointmentTemplate(RazorBlock) Obsolete. This API is obsolete now.
DropDownAppointmentTemplate(TemplateName) Obsolete. This API is obsolete now.
DropDownAppointmentTemplate(String) Obsolete. This API is obsolete now.
EndDayHour(JS) Mirrors the client-side endDayHour option.
EndDayHour(Double) Mirrors the client-side endDayHour option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FirstDayOfWeek(FirstDayOfWeek) Mirrors the client-side firstDayOfWeek option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GroupByDate(JS) Mirrors the client-side groupByDate option.
GroupByDate(Boolean) Mirrors the client-side groupByDate option.
GroupOrientation(Orientation) Mirrors the client-side groupOrientation option.
Groups(JS) Mirrors the client-side groups option.
Groups(IEnumerable<String>) Mirrors the client-side groups option.
IntervalCount(JS) Mirrors the client-side intervalCount option.
IntervalCount(Int32) Mirrors the client-side intervalCount option.
MaxAppointmentsPerCell(JS) Mirrors the client-side maxAppointmentsPerCell option.
MaxAppointmentsPerCell(MaxAppointmentsPerCell) Mirrors the client-side maxAppointmentsPerCell option.
MaxAppointmentsPerCell(Int32) Mirrors the client-side maxAppointmentsPerCell option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(JS) Mirrors the client-side name option.
Name(String) Mirrors the client-side name option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResourceCellTemplate(JS) Specifies the client-side resourceCellTemplate.
ResourceCellTemplate(RazorBlock) Specifies the client-side resourceCellTemplate.
ResourceCellTemplate(TemplateName) Specifies the client-side resourceCellTemplate.
ResourceCellTemplate(String) Specifies the client-side resourceCellTemplate.
Scrolling(Action<SchedulerScrollingBuilder>) Mirrors the client-side scrolling object.
StartDate(JS) Mirrors the client-side startDate option.
StartDate(DateTime) Mirrors the client-side startDate option.
StartDate(Double) Mirrors the client-side startDate option.
StartDate(String) Mirrors the client-side startDate option.
StartDayHour(JS) Mirrors the client-side startDayHour option.
StartDayHour(Double) Mirrors the client-side startDayHour option.
TimeCellTemplate(JS) Specifies the client-side timeCellTemplate.
TimeCellTemplate(RazorBlock) Specifies the client-side timeCellTemplate.
TimeCellTemplate(TemplateName) Specifies the client-side timeCellTemplate.
TimeCellTemplate(String) Specifies the client-side timeCellTemplate.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(SchedulerViewType) Mirrors the client-side type option.
See Also