Class
DockingElementNames

Holds the list of the important RadDocking element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class DockingElementNames

Inheritance: objectDockingElementNames

Fields

ActiveDocumentsListName

The name of the docking navigator ActiveDocumentsListBox element.

Declaration

cs-api-definition
public const string ActiveDocumentsListName = "PART_ActiveDocumentsList"

Field Value

string

ActivePanesListName

The name of the docking navigator ActivePanesListBox element.

Declaration

cs-api-definition
public const string ActivePanesListName = "PART_ActivePanesList"

Field Value

string

BottomAutoHideAreaName

The name of the docking bottom auto hide area element.

Declaration

cs-api-definition
public const string BottomAutoHideAreaName = "BottomAutoHide"

Field Value

string

DockResizerName

The name of the docking pane group and split container resizer element.

Declaration

cs-api-definition
public const string DockResizerName = "DockResizer"

Field Value

string

DockingBottomIndicatorName

The name of the docking compass bottom border indicator.

Declaration

cs-api-definition
public const string DockingBottomIndicatorName = "PART_BottomIndicator"

Field Value

string

DockingCenterIndicatorName

The name of the docking compass center border indicator.

Declaration

cs-api-definition
public const string DockingCenterIndicatorName = "PART_CenterIndicator"

Field Value

string

DockingLeftIndicatorName

The name of the docking compass left border indicator.

Declaration

cs-api-definition
public const string DockingLeftIndicatorName = "PART_LeftIndicator"

Field Value

string

DockingPanelName

The name of the docking panel element.

Declaration

cs-api-definition
public const string DockingPanelName = "DockingPanel"

Field Value

string

DockingRightIndicatorName

The name of the docking compass right border indicator.

Declaration

cs-api-definition
public const string DockingRightIndicatorName = "PART_RightIndicator"

Field Value

string

DockingTopIndicatorName

The name of the docking compass top border indicator.

Declaration

cs-api-definition
public const string DockingTopIndicatorName = "PART_TopIndicator"

Field Value

string

DocumentHostName

The name of the docking document host element.

Declaration

cs-api-definition
public const string DocumentHostName = "DocumentHost"

Field Value

string

GridResizerHorizontalTemplateName

The name of the docking grid resizer horizontal template grid element.

Declaration

cs-api-definition
public const string GridResizerHorizontalTemplateName = "HorizontalTemplate"

Field Value

string

LeftAutoHideAreaName

The name of the docking left auto hide area element.

Declaration

cs-api-definition
public const string LeftAutoHideAreaName = "LeftAutoHide"

Field Value

string

PaneHeaderCloseButtonName

The name of the docking pane header close button element.

Declaration

cs-api-definition
public const string PaneHeaderCloseButtonName = "HeaderCloseButton"

Field Value

string

PaneHeaderContentControlName

The name of the docking pane header content control element.

Declaration

cs-api-definition
public const string PaneHeaderContentControlName = "TitleElement"

Field Value

string

PaneHeaderDropDownMenuName

The name of the docking pane header drop down menu element.

Declaration

cs-api-definition
public const string PaneHeaderDropDownMenuName = "HeaderDropDownMenu"

Field Value

string

PaneHeaderName

The name of the docking pane header element in the auto hide area.

Declaration

cs-api-definition
public const string PaneHeaderName = "HeaderElement"

Field Value

string

PaneHeaderPinButtonName

The name of the docking pane header pin button element.

Declaration

cs-api-definition
public const string PaneHeaderPinButtonName = "HeaderPinButton"

Field Value

string

PaneHeaderUNPinButtonName

The name of the docking pane header Unpin button element.

Declaration

cs-api-definition
public const string PaneHeaderUNPinButtonName = "HeaderUnPinButton"

Field Value

string

PanePopupContentElementName

The name of the docking pane popup content element in the auto hide area.

Declaration

cs-api-definition
public const string PanePopupContentElementName = "ContentElement"

Field Value

string

PopupPanelCanvasName

The name of the docking popup panel canvas element.

Declaration

cs-api-definition
public const string PopupPanelCanvasName = "PopupPanel"

Field Value

string

RightAutoHideAreaName

The name of the docking right auto hide area element.

Declaration

cs-api-definition
public const string RightAutoHideAreaName = "RightAutoHide"

Field Value

string

ToolWindowCloseButtonName

The name of the docking tool window close button element.

Declaration

cs-api-definition
public const string ToolWindowCloseButtonName = "CloseButton"

Field Value

string

ToolWindowHeaderName

The name of the docking tool window header element.

Declaration

cs-api-definition
public const string ToolWindowHeaderName = "HeaderElement"

Field Value

string

ToolWindowVisualRootName

The name of the docking tool window visual root border element.

Declaration

cs-api-definition
public const string ToolWindowVisualRootName = "VisualRoot"

Field Value

string

TopAutoHideAreaName

The name of the docking top auto hide area element.

Declaration

cs-api-definition
public const string TopAutoHideAreaName = "TopAutoHide"

Field Value

string