New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

C#
public static class TreeViewConstants

Inheritance: objectTreeViewConstants

Fields

C#
public const string CssNodeCheckBox = "rtChk"
C#
public const string CssNodeCollapse = "rtMinus"
C#
public const string CssNodeDiv = "rtMid"
C#
public const string CssNodeEdit = "rtEdit"
C#
public const string CssNodeExpand = "rtPlus"
C#
public const string CssNodeImage = "rtImg"
C#
public const string CssNodeLI = "rtLI"
C#
public const string CssNodeSelected = "rtSelected"
C#
public const string CssNodeSpan = "rtIn"
C#
public const string CssNodeSpanTriStateCheckBoxChecked = "rtChecked"
C#
public const string CssNodeSpanTriStateCheckBoxUnChecked = "rtUnchecked"
C#
public const string CssNodeTriStateCheckBoxSpanUniversal = "hecked"
C#
public const string CssTreeView = "RadTreeView RadTreeView"
C#
public const string TreeNodeKey = "RadTreeNode"
C#
public const string TreeViewKey = "RadTreeView"