ClassDockingElementNames
Holds the list of the important RadDocking element names.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class DockingElementNames
Inheritance: objectDockingElementNames
Fields
ActiveDocumentsListName
The name of the docking navigator ActiveDocumentsListBox element.
Declaration
public const string ActiveDocumentsListName = "PART_ActiveDocumentsList"
Field Value
ActivePanesListName
The name of the docking navigator ActivePanesListBox element.
Declaration
public const string ActivePanesListName = "PART_ActivePanesList"
Field Value
BottomAutoHideAreaName
The name of the docking bottom auto hide area element.
Declaration
public const string BottomAutoHideAreaName = "BottomAutoHide"
Field Value
DockResizerName
The name of the docking pane group and split container resizer element.
Declaration
public const string DockResizerName = "DockResizer"
Field Value
DockingBottomIndicatorName
The name of the docking compass bottom border indicator.
Declaration
public const string DockingBottomIndicatorName = "PART_BottomIndicator"
Field Value
DockingCenterIndicatorName
The name of the docking compass center border indicator.
Declaration
public const string DockingCenterIndicatorName = "PART_CenterIndicator"
Field Value
DockingLeftIndicatorName
The name of the docking compass left border indicator.
Declaration
public const string DockingLeftIndicatorName = "PART_LeftIndicator"
Field Value
DockingPanelName
The name of the docking panel element.
Declaration
public const string DockingPanelName = "DockingPanel"
Field Value
DockingRightIndicatorName
The name of the docking compass right border indicator.
Declaration
public const string DockingRightIndicatorName = "PART_RightIndicator"
Field Value
DockingTopIndicatorName
The name of the docking compass top border indicator.
Declaration
public const string DockingTopIndicatorName = "PART_TopIndicator"
Field Value
DocumentHostName
The name of the docking document host element.
Declaration
public const string DocumentHostName = "DocumentHost"
Field Value
GridResizerHorizontalTemplateName
The name of the docking grid resizer horizontal template grid element.
Declaration
public const string GridResizerHorizontalTemplateName = "HorizontalTemplate"
Field Value
LeftAutoHideAreaName
The name of the docking left auto hide area element.
Declaration
public const string LeftAutoHideAreaName = "LeftAutoHide"
Field Value
PaneHeaderCloseButtonName
The name of the docking pane header close button element.
Declaration
public const string PaneHeaderCloseButtonName = "HeaderCloseButton"
Field Value
PaneHeaderContentControlName
The name of the docking pane header content control element.
Declaration
public const string PaneHeaderContentControlName = "TitleElement"
Field Value
PaneHeaderDropDownMenuName
The name of the docking pane header drop down menu element.
Declaration
public const string PaneHeaderDropDownMenuName = "HeaderDropDownMenu"
Field Value
PaneHeaderName
The name of the docking pane header element in the auto hide area.
Declaration
public const string PaneHeaderName = "HeaderElement"
Field Value
PaneHeaderPinButtonName
The name of the docking pane header pin button element.
Declaration
public const string PaneHeaderPinButtonName = "HeaderPinButton"
Field Value
PaneHeaderUNPinButtonName
The name of the docking pane header Unpin button element.
Declaration
public const string PaneHeaderUNPinButtonName = "HeaderUnPinButton"
Field Value
PanePopupContentElementName
The name of the docking pane popup content element in the auto hide area.
Declaration
public const string PanePopupContentElementName = "ContentElement"
Field Value
PopupPanelCanvasName
The name of the docking popup panel canvas element.
Declaration
public const string PopupPanelCanvasName = "PopupPanel"
Field Value
RightAutoHideAreaName
The name of the docking right auto hide area element.
Declaration
public const string RightAutoHideAreaName = "RightAutoHide"
Field Value
ToolWindowCloseButtonName
The name of the docking tool window close button element.
Declaration
public const string ToolWindowCloseButtonName = "CloseButton"
Field Value
ToolWindowHeaderName
The name of the docking tool window header element.
Declaration
public const string ToolWindowHeaderName = "HeaderElement"
Field Value
ToolWindowVisualRootName
The name of the docking tool window visual root border element.
Declaration
public const string ToolWindowVisualRootName = "VisualRoot"
Field Value
TopAutoHideAreaName
The name of the docking top auto hide area element.
Declaration
public const string TopAutoHideAreaName = "TopAutoHide"
Field Value