Class DockingElementNames
Inheritance
System.Object
DockingElementNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public static class DockingElementNames
Fields
ActiveDocumentsListName
Declaration
public const string ActiveDocumentsListName = "PART_ActiveDocumentsList"
Field Value
System.String
|
ActivePanesListName
Declaration
public const string ActivePanesListName = "PART_ActivePanesList"
Field Value
System.String
|
BottomAutoHideAreaName
Declaration
public const string BottomAutoHideAreaName = "BottomAutoHide"
Field Value
System.String
|
DockingBottomIndicatorName
Declaration
public const string DockingBottomIndicatorName = "PART_BottomIndicator"
Field Value
System.String
|
DockingCenterIndicatorName
Declaration
public const string DockingCenterIndicatorName = "PART_CenterIndicator"
Field Value
System.String
|
DockingLeftIndicatorName
Declaration
public const string DockingLeftIndicatorName = "PART_LeftIndicator"
Field Value
System.String
|
DockingPanelName
Declaration
public const string DockingPanelName = "DockingPanel"
Field Value
System.String
|
DockingRightIndicatorName
Declaration
public const string DockingRightIndicatorName = "PART_RightIndicator"
Field Value
System.String
|
DockingTopIndicatorName
Declaration
public const string DockingTopIndicatorName = "PART_TopIndicator"
Field Value
System.String
|
DockResizerName
Declaration
public const string DockResizerName = "DockResizer"
Field Value
System.String
|
DocumentHostName
Declaration
public const string DocumentHostName = "DocumentHost"
Field Value
System.String
|
GridResizerHorizontalTemplateName
Declaration
public const string GridResizerHorizontalTemplateName = "HorizontalTemplate"
Field Value
System.String
|
LeftAutoHideAreaName
Declaration
public const string LeftAutoHideAreaName = "LeftAutoHide"
Field Value
System.String
|
PaneHeaderCloseButtonName
Declaration
public const string PaneHeaderCloseButtonName = "HeaderCloseButton"
Field Value
System.String
|
PaneHeaderContentControlName
Declaration
public const string PaneHeaderContentControlName = "TitleElement"
Field Value
System.String
|
PaneHeaderDropDownMenuName
Declaration
public const string PaneHeaderDropDownMenuName = "HeaderDropDownMenu"
Field Value
System.String
|
PaneHeaderName
Declaration
public const string PaneHeaderName = "HeaderElement"
Field Value
System.String
|
PaneHeaderPinButtonName
Declaration
public const string PaneHeaderPinButtonName = "HeaderPinButton"
Field Value
System.String
|
PaneHeaderUNPinButtonName
Declaration
public const string PaneHeaderUNPinButtonName = "HeaderUnPinButton"
Field Value
System.String
|
PanePopupContentElementName
Declaration
public const string PanePopupContentElementName = "ContentElement"
Field Value
System.String
|
PopupPanelCanvasName
Declaration
public const string PopupPanelCanvasName = "PopupPanel"
Field Value
System.String
|
RightAutoHideAreaName
Declaration
public const string RightAutoHideAreaName = "RightAutoHide"
Field Value
System.String
|
ToolWindowCloseButtonName
Declaration
public const string ToolWindowCloseButtonName = "CloseButton"
Field Value
System.String
|
ToolWindowHeaderName
Declaration
public const string ToolWindowHeaderName = "HeaderElement"
Field Value
System.String
|
ToolWindowVisualRootName
Declaration
public const string ToolWindowVisualRootName = "VisualRoot"
Field Value
System.String
|
TopAutoHideAreaName
Declaration
public const string TopAutoHideAreaName = "TopAutoHide"
Field Value
System.String
|