ClassOrgChartConstants
Represents the OrgChartConstants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class OrgChartConstants
Inheritance: objectOrgChartConstants
Fields
CssOrgChart
The CSS class identifying the OrgChart control.
Declaration
public const string CssOrgChart = "RadOrgChart RadOrgChart"
Field Value
CssOrgChartDrillToHereButton
The CSS class identifying the OrgChart 'drill to here' button.
Declaration
public const string CssOrgChartDrillToHereButton = "rocActionDrillHere"
Field Value
CssOrgChartGoToParentButton
The CSS class identifying the OrgChart 'go to root' button.
Declaration
public const string CssOrgChartGoToParentButton = "rocActionGoToParent"
Field Value
CssOrgChartGoToRootButton
The CSS class identifying the OrgChart 'go to root' button.
Declaration
public const string CssOrgChartGoToRootButton = "rocActionGoToRoot"
Field Value
CssOrgChartGroup
The CSS class identifying the OrgChart group.
CssOrgChartGroupCollapseArrow
The CSS class identifying the OrgChart node group collapse arrow.
Declaration
public const string CssOrgChartGroupCollapseArrow = "rocCollapseGroupArrow"
Field Value
CssOrgChartGroupExpandArrow
The CSS class identifying the OrgChart node group expand arrow.
Declaration
public const string CssOrgChartGroupExpandArrow = "rocExpandGroupArrow"
Field Value
CssOrgChartItem
The CSS class identifying the OrgChart item.
CssOrgChartItemContent
The CSS class identifying the OrgChart item wrap element.
Declaration
public const string CssOrgChartItemContent = "rocItemContent"
Field Value
CssOrgChartItemText
The CSS class identifying the OrgChart item span element.
Declaration
public const string CssOrgChartItemText = "rocItemText"
Field Value
CssOrgChartItemTextDiv
The CSS class identifying the OrgChart item div element.
Declaration
public const string CssOrgChartItemTextDiv = "rocItemText"
Field Value
CssOrgChartItemWrap
The CSS class identifying the OrgChart item wrap element.
Declaration
public const string CssOrgChartItemWrap = "rocItemWrap"
Field Value
CssOrgChartNode
The CSS class identifying the OrgChart node.
CssOrgChartNodeCollapseArrow
The CSS class identifying the OrgChart node collapse arrow.
Declaration
public const string CssOrgChartNodeCollapseArrow = "rocCollapseArrow"
Field Value
CssOrgChartNodeCollapsed
The CSS class identifying that the OrgChart node is collapsed.
Declaration
public const string CssOrgChartNodeCollapsed = "rocCollapsedNode"
Field Value
CssOrgChartNodeExpandArrow
The CSS class identifying the OrgChart node expand arrow.
Declaration
public const string CssOrgChartNodeExpandArrow = "rocExpandArrow"
Field Value
CssOrgChartNodeExpanded
The CSS class identifying that the OrgChart node is expanded.
Declaration
public const string CssOrgChartNodeExpanded = "rocExpandedNode"
Field Value
CssOrgChartNodeGroupCollapsed
The CSS class identifying that the OrgChart node group is collapsed.
Declaration
public const string CssOrgChartNodeGroupCollapsed = "rocCollapsedGroup"
Field Value
CssOrgChartNodeGroupExpanded
The CSS class identifying that the OrgChart node group is expanded.
Declaration
public const string CssOrgChartNodeGroupExpanded = " rocExpandedGroup"
Field Value
CssRocToolBar
The CSS class identifying the OrgChart drill down toolbar.
CssRocToolBarHidden
The CSS class identifying the OrgChart hidden drill down toolbar.
Declaration
public const string CssRocToolBarHidden = "rocHidden"
Field Value
OrgChartItemKey
The OrgChartItem key used across the source classes.
Declaration
public const string OrgChartItemKey = "RadOrgChartItem"
Field Value
OrgChartKey
The OrgChart key used across the source classes.
OrgChartNodeKey
The OrgChartNode key used across the source classes.
Declaration
public const string OrgChartNodeKey = "RadOrgChartNode"
Field Value
OrgChartToolBarKey
The OrgChartToolBar key used across the source classes.
Declaration
public const string OrgChartToolBarKey = "RadOrgChartToolBar"
Field Value