Class
TreeViewConstants

Represents the treeview constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class TreeViewConstants

Inheritance: objectTreeViewConstants

Fields

CssNodeCheckBox

The CSS class of the tree node check box.

Declaration

cs-api-definition
public const string CssNodeCheckBox = "rtChk"

Field Value

string

CssNodeCollapse

The CSS class identifying the tree node is collapsed.

Declaration

cs-api-definition
public const string CssNodeCollapse = "rtMinus"

Field Value

string

CssNodeDiv

The CSS class of the tree node inner div element.

Declaration

cs-api-definition
public const string CssNodeDiv = "rtMid"

Field Value

string

CssNodeEdit

The CSS class of the tree node edit element.

Declaration

cs-api-definition
public const string CssNodeEdit = "rtEdit"

Field Value

string

CssNodeExpand

The CSS class identifying the tree node is expandable.

Declaration

cs-api-definition
public const string CssNodeExpand = "rtPlus"

Field Value

string

CssNodeImage

The CSS class of the tree node image element.

Declaration

cs-api-definition
public const string CssNodeImage = "rtImg"

Field Value

string

CssNodeLI

The CSS class of the tree node 'li' element.

Declaration

cs-api-definition
public const string CssNodeLI = "rtLI"

Field Value

string

CssNodeSelected

The CSS class identifying the tree node is selected.

Declaration

cs-api-definition
public const string CssNodeSelected = "rtSelected"

Field Value

string

CssNodeSpan

The CSS class of the tree node span element, could be HtmlAnchor in older versions though (2010).

Declaration

cs-api-definition
public const string CssNodeSpan = "rtIn"

Field Value

string

CssNodeSpanTriStateCheckBoxChecked

The CSS class of the tree node span element checked tristate check box.

Declaration

cs-api-definition
public const string CssNodeSpanTriStateCheckBoxChecked = "rtChecked"

Field Value

string

CssNodeSpanTriStateCheckBoxUnChecked

The CSS class of the tree node span element unchecked tristate check box.

Declaration

cs-api-definition
public const string CssNodeSpanTriStateCheckBoxUnChecked = "rtUnchecked"

Field Value

string

CssNodeTriStateCheckBoxSpanUniversal

The CSS class of the tree node span element tristate checkbox.

Declaration

cs-api-definition
public const string CssNodeTriStateCheckBoxSpanUniversal = "hecked"

Field Value

string

CssTreeView

The CSS class of the tree.

Declaration

cs-api-definition
public const string CssTreeView = "RadTreeView RadTreeView"

Field Value

string

TreeNodeKey

The TreeNode key used accross the classes.

Declaration

cs-api-definition
public const string TreeNodeKey = "RadTreeNode"

Field Value

string

TreeViewKey

The TreeView key used accross the classes.

Declaration

cs-api-definition
public const string TreeViewKey = "RadTreeView"

Field Value

string