ClassSchedulerElementNames
Represents the Scheduler important sub element names.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class SchedulerElementNames
Inheritance: objectSchedulerElementNames
Fields
AllDayAppointmentsControlName
The Scheduler all day appointments control name.
Declaration
public const string AllDayAppointmentsControlName = "AllDayAppointmentsControl"
Field Value
AppointmentDeleteButtonName
The Scheduler appointment item delete button name.
Declaration
public const string AppointmentDeleteButtonName = "PART_DeleteButton"
Field Value
AppointmentDialogAllDayEventCheckBoxName
The Scheduler appointment dialog all day event check box name.
Declaration
public const string AppointmentDialogAllDayEventCheckBoxName = "allDayEventCheckbox"
Field Value
AppointmentDialogDescriptionTextBoxName
The Scheduler appointment dialog description text box name.
Declaration
public const string AppointmentDialogDescriptionTextBoxName = "Body"
Field Value
AppointmentDialogEndDateTimeName
The Scheduler appointment dialog end date time element name.
Declaration
public const string AppointmentDialogEndDateTimeName = "EndDateTime"
Field Value
AppointmentDialogStartDateTimeName
The Scheduler appointment dialog start date time element name.
Declaration
public const string AppointmentDialogStartDateTimeName = "StartDateTime"
Field Value
AppointmentRecurrenceMarkName
The Scheduler appointment item recurrence mark image name.
Declaration
public const string AppointmentRecurrenceMarkName = "recurrenceMark"
Field Value
AppointmentResizeEndName
The Scheduler appointment item end resize rectangle name.
Declaration
public const string AppointmentResizeEndName = "PART_ResizeEnd"
Field Value
AppointmentResizeStartName
The Scheduler appointment item start resize rectangle name.
Declaration
public const string AppointmentResizeStartName = "PART_ResizeStart"
Field Value
AppointmentSubjectTextBoxName
The Scheduler appointment item subject text box name.
Declaration
public const string AppointmentSubjectTextBoxName = "PART_SubjectTextBox"
Field Value
AppointmentsControlTimeSlotItemsControlName
The Scheduler appointments control time slot items control name.
Declaration
public const string AppointmentsControlTimeSlotItemsControlName = "PART_TimeSlotItemsControl"
Field Value
BackButtonName
The Scheduler back navigation button name.
DayPresenterAllDayAppointmentsControlName
The Scheduler day presenter all day appointments control name.
Declaration
public const string DayPresenterAllDayAppointmentsControlName = "AllDayAppointmentsControl"
Field Value
DayPresenterNotAllDayAppointmentsControlName
The Scheduler day presenter not all day appointments control name.
Declaration
public const string DayPresenterNotAllDayAppointmentsControlName = "NotAllDayAppointmentsControl"
Field Value
DayViewButtonName
The Scheduler header 'Day' view button name.
ForwardButtonName
The Scheduler forward navigation button name.
HeaderBorderName
The Scheduler header border name.
Declaration
public const string HeaderBorderName = "PART_Header"
Field Value
MonthPresenterMonthViewGridName
The Scheduler month presenter month view grid name.
Declaration
public const string MonthPresenterMonthViewGridName = "monthViewGrid"
Field Value
MonthPresenterScrollBarName
The Scheduler month presenter scroll bar name.
Declaration
public const string MonthPresenterScrollBarName = "PART_ScrollBar"
Field Value
MonthPresenterVerticalSmallDecreaseButtonName
The the name of the Scheduler month presenter vertical small decrease button scrolling the month view down.
Declaration
public const string MonthPresenterVerticalSmallDecreaseButtonName = "VerticalSmallDecrease"
Field Value
MonthPresenterVerticalSmallIncreaseButtonName
The the name of the Scheduler month presenter vertical small increase button scrolling the month view down.
Declaration
public const string MonthPresenterVerticalSmallIncreaseButtonName = "VerticalSmallIncrease"
Field Value
MonthViewButtonName
The Scheduler header 'Month' view button name.
Declaration
public const string MonthViewButtonName = "MonthBtn"
Field Value
NavigationDatePickerName
The Scheduler navigation date picker name.
Declaration
public const string NavigationDatePickerName = "PART_navigationDatePicker"
Field Value
PresenterName
The Scheduler presenter name.
TimeSlotContentHostGridName
The Scheduler time slot content host grid element name.
Declaration
public const string TimeSlotContentHostGridName = "PART_ContentHost"
Field Value
TimeSlotDayTextBlockName
The Scheduler time slot day name text block.
Declaration
public const string TimeSlotDayTextBlockName = "DayName"
Field Value
TimeSlotHeaderGridName
The Scheduler time slot header grid element name.
Declaration
public const string TimeSlotHeaderGridName = "Header"
Field Value
TimeSlotMonthTextBlockName
The Scheduler time slot month name text block name.
Declaration
public const string TimeSlotMonthTextBlockName = "MonthName"
Field Value
TimeSlotShowMoreButtonName
The Scheduler time slot show more button name.
Declaration
public const string TimeSlotShowMoreButtonName = "PART_ShowMoreButton"
Field Value
TimelineViewButtonName
The Scheduler header 'Timeline' view button name.
Declaration
public const string TimelineViewButtonName = "TimelineBtn"
Field Value
WeekPresenterAllDayAppointmentsControlName
The Scheduler week presenter all day appointments control name.
Declaration
public const string WeekPresenterAllDayAppointmentsControlName = "AllDayAppointmentsControl"
Field Value
WeekPresenterDayHeaderName
The Scheduler week presenter day header element name.
Declaration
public const string WeekPresenterDayHeaderName = "DayHeaderList"
Field Value
WeekPresenterNotAllDayAppointmentsControlName
The Scheduler week presenter not all day appointments control name.
Declaration
public const string WeekPresenterNotAllDayAppointmentsControlName = "NotAllDayAppointmentsControl"
Field Value
WeekViewButtonName
The Scheduler header 'Week' view button name.