Class
OrgChartConstants

Represents the OrgChartConstants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class OrgChartConstants

Inheritance: objectOrgChartConstants

Fields

CssOrgChart

The CSS class identifying the OrgChart control.

Declaration

cs-api-definition
public const string CssOrgChart = "RadOrgChart RadOrgChart"

Field Value

string

CssOrgChartDrillToHereButton

The CSS class identifying the OrgChart 'drill to here' button.

Declaration

cs-api-definition
public const string CssOrgChartDrillToHereButton = "rocActionDrillHere"

Field Value

string

CssOrgChartGoToParentButton

The CSS class identifying the OrgChart 'go to root' button.

Declaration

cs-api-definition
public const string CssOrgChartGoToParentButton = "rocActionGoToParent"

Field Value

string

CssOrgChartGoToRootButton

The CSS class identifying the OrgChart 'go to root' button.

Declaration

cs-api-definition
public const string CssOrgChartGoToRootButton = "rocActionGoToRoot"

Field Value

string

CssOrgChartGroup

The CSS class identifying the OrgChart group.

Declaration

cs-api-definition
public const string CssOrgChartGroup = "rocGroup"

Field Value

string

CssOrgChartGroupCollapseArrow

The CSS class identifying the OrgChart node group collapse arrow.

Declaration

cs-api-definition
public const string CssOrgChartGroupCollapseArrow = "rocCollapseGroupArrow"

Field Value

string

CssOrgChartGroupExpandArrow

The CSS class identifying the OrgChart node group expand arrow.

Declaration

cs-api-definition
public const string CssOrgChartGroupExpandArrow = "rocExpandGroupArrow"

Field Value

string

CssOrgChartItem

The CSS class identifying the OrgChart item.

Declaration

cs-api-definition
public const string CssOrgChartItem = "rocItem"

Field Value

string

CssOrgChartItemContent

The CSS class identifying the OrgChart item wrap element.

Declaration

cs-api-definition
public const string CssOrgChartItemContent = "rocItemContent"

Field Value

string

CssOrgChartItemText

The CSS class identifying the OrgChart item span element.

Declaration

cs-api-definition
public const string CssOrgChartItemText = "rocItemText"

Field Value

string

CssOrgChartItemTextDiv

The CSS class identifying the OrgChart item div element.

Declaration

cs-api-definition
public const string CssOrgChartItemTextDiv = "rocItemText"

Field Value

string

CssOrgChartItemWrap

The CSS class identifying the OrgChart item wrap element.

Declaration

cs-api-definition
public const string CssOrgChartItemWrap = "rocItemWrap"

Field Value

string

CssOrgChartNode

The CSS class identifying the OrgChart node.

Declaration

cs-api-definition
public const string CssOrgChartNode = "rocNode"

Field Value

string

CssOrgChartNodeCollapseArrow

The CSS class identifying the OrgChart node collapse arrow.

Declaration

cs-api-definition
public const string CssOrgChartNodeCollapseArrow = "rocCollapseArrow"

Field Value

string

CssOrgChartNodeCollapsed

The CSS class identifying that the OrgChart node is collapsed.

Declaration

cs-api-definition
public const string CssOrgChartNodeCollapsed = "rocCollapsedNode"

Field Value

string

CssOrgChartNodeExpandArrow

The CSS class identifying the OrgChart node expand arrow.

Declaration

cs-api-definition
public const string CssOrgChartNodeExpandArrow = "rocExpandArrow"

Field Value

string

CssOrgChartNodeExpanded

The CSS class identifying that the OrgChart node is expanded.

Declaration

cs-api-definition
public const string CssOrgChartNodeExpanded = "rocExpandedNode"

Field Value

string

CssOrgChartNodeGroupCollapsed

The CSS class identifying that the OrgChart node group is collapsed.

Declaration

cs-api-definition
public const string CssOrgChartNodeGroupCollapsed = "rocCollapsedGroup"

Field Value

string

CssOrgChartNodeGroupExpanded

The CSS class identifying that the OrgChart node group is expanded.

Declaration

cs-api-definition
public const string CssOrgChartNodeGroupExpanded = " rocExpandedGroup"

Field Value

string

CssRocToolBar

The CSS class identifying the OrgChart drill down toolbar.

Declaration

cs-api-definition
public const string CssRocToolBar = "rocToolbar"

Field Value

string

CssRocToolBarHidden

The CSS class identifying the OrgChart hidden drill down toolbar.

Declaration

cs-api-definition
public const string CssRocToolBarHidden = "rocHidden"

Field Value

string

OrgChartItemKey

The OrgChartItem key used across the source classes.

Declaration

cs-api-definition
public const string OrgChartItemKey = "RadOrgChartItem"

Field Value

string

OrgChartKey

The OrgChart key used across the source classes.

Declaration

cs-api-definition
public const string OrgChartKey = "RadOrgChart"

Field Value

string

OrgChartNodeKey

The OrgChartNode key used across the source classes.

Declaration

cs-api-definition
public const string OrgChartNodeKey = "RadOrgChartNode"

Field Value

string

OrgChartToolBarKey

The OrgChartToolBar key used across the source classes.

Declaration

cs-api-definition
public const string OrgChartToolBarKey = "RadOrgChartToolBar"

Field Value

string