ClassTreeViewConstants
Represents the treeview constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class TreeViewConstants
Inheritance: objectTreeViewConstants
Fields
CssNodeCheckBox
The CSS class of the tree node check box.
CssNodeCollapse
The CSS class identifying the tree node is collapsed.
CssNodeDiv
The CSS class of the tree node inner div element.
CssNodeEdit
The CSS class of the tree node edit element.
CssNodeExpand
The CSS class identifying the tree node is expandable.
CssNodeImage
The CSS class of the tree node image element.
CssNodeLI
The CSS class of the tree node 'li' element.
CssNodeSelected
The CSS class identifying the tree node is selected.
CssNodeSpan
The CSS class of the tree node span element, could be HtmlAnchor in older versions though (2010).
CssNodeSpanTriStateCheckBoxChecked
The CSS class of the tree node span element checked tristate check box.
Declaration
public const string CssNodeSpanTriStateCheckBoxChecked = "rtChecked"
Field Value
CssNodeSpanTriStateCheckBoxUnChecked
The CSS class of the tree node span element unchecked tristate check box.
Declaration
public const string CssNodeSpanTriStateCheckBoxUnChecked = "rtUnchecked"
Field Value
CssNodeTriStateCheckBoxSpanUniversal
The CSS class of the tree node span element tristate checkbox.
Declaration
public const string CssNodeTriStateCheckBoxSpanUniversal = "hecked"
Field Value
CssTreeView
The CSS class of the tree.
Declaration
public const string CssTreeView = "RadTreeView RadTreeView"
Field Value
TreeNodeKey
The TreeNode key used accross the classes.
TreeViewKey
The TreeView key used accross the classes.