ClassScheduleViewElementNames
Represents the ScheduleView important sub element names.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class ScheduleViewElementNames
Inheritance: objectScheduleViewElementNames
Fields
AppointmentDeleteButtonName
The ScheduleView appointment item delete button name.
Declaration
public const string AppointmentDeleteButtonName = "DeleteButton"
Field Value
AppointmentsPanelGridName
The ScheduleView appointmens panel grid.
Declaration
public const string AppointmentsPanelGridName = "AppointmentsPanelGrid"
Field Value
AppointmentsPanelName
The ScheduleView appointmens panel.
Declaration
public const string AppointmentsPanelName = "PART_ItemsHost"
Field Value
BackgroundBorderName
The name of the border that holds the background.
Declaration
public const string BackgroundBorderName = "BackgroundBorder"
Field Value
CategoryBorderName
The name of the border that holds the category color.
Declaration
public const string CategoryBorderName = "PART_Category"
Field Value
EndResizeGrip
The ScheduleView Appontment end resizer
Declaration
public const string EndResizeGrip = "PART_EndResizeGrip"
Field Value
EndTextBlockName
The ScheduleView highlighted item EndTextBlock name.
Declaration
public const string EndTextBlockName = "EndTextBox"
Field Value
GroupHeaderBorderName
The ScheduleView GroupHeader Border Name
Declaration
public const string GroupHeaderBorderName = "Border"
Field Value
GroupHeaderHeaderName
The ScheduleView GroupHeader Header Name
Declaration
public const string GroupHeaderHeaderName = "Header"
Field Value
HeaderGridName
The ScheduleView presenter name.
Declaration
public const string HeaderGridName = "ScheduleViewHeader"
Field Value
HeadersHeightName
The ScheduleView HeadersHeight Border name.
Declaration
public const string HeadersHeightName = "HeadersHeight"
Field Value
HeadersWidthName
The ScheduleView HeadersHeight Border name.
Declaration
public const string HeadersWidthName = "HeadersWidth"
Field Value
HighlightedPanelName
The ScheduleView highlighted panel name.
Declaration
public const string HighlightedPanelName = "PART_HighlightPanel"
Field Value
HorizontalScrollBarName
The ScheduleView HorizontalScrollBar name.
Declaration
public const string HorizontalScrollBarName = "PART_HorizontalScrollBar"
Field Value
NavigationDatePickerName
The ScheduleView NavigationDatePickerName
Declaration
public const string NavigationDatePickerName = "PART_NavigationPicker"
Field Value
StartResizeGrip
The ScheduleView Appontment start resizer
Declaration
public const string StartResizeGrip = "PART_StartResizeGrip"
Field Value
StartTextBlockName
The ScheduleView highlighted item StartTextBlock name.
Declaration
public const string StartTextBlockName = "StartTextBox"
Field Value
TimeRulerLinesPanel
The name of the panel that holds the TimeRuler lines.
Declaration
public const string TimeRulerLinesPanel = "PART_TimeRulerLinesPanel"
Field Value
TimeRulerPanelName
The ScheduleView TimeRuller panel name.
Declaration
public const string TimeRulerPanelName = "PART_TimeRulerPanel"
Field Value
VerticalScrollBarName
The ScheduleView VerticalScrollBar name.
Declaration
public const string VerticalScrollBarName = "PART_VerticalScrollBar"
Field Value
ViewButtonsListBox
The ScheduleView ViewButtonsListBox
Declaration
public const string ViewButtonsListBox = "ViewModeSelection"
Field Value