Class KendoTreeViewConstants
Inheritance
System.Object
KendoTreeViewConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.TestingFramework.Controls.KendoUI
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public static class KendoTreeViewConstants
Fields
CssArrowSpan
Declaration
public const string CssArrowSpan = "k-icon"
Field Value
System.String
|
CssCollapsedNode
Declaration
public const string CssCollapsedNode = "k-icon k-plus"
Field Value
System.String
|
CssCollapsedNodeAlternative
Declaration
public const string CssCollapsedNodeAlternative = "k-icon k-i-expand"
Field Value
System.String
|
CssDisabledNode
Declaration
public const string CssDisabledNode = "k-disabled"
Field Value
System.String
|
CssExpandedNode
Declaration
public const string CssExpandedNode = "k-icon k-minus"
Field Value
System.String
|
CssExpandedNodeAlternative
Declaration
public const string CssExpandedNodeAlternative = "k-icon k-i-collapse"
Field Value
System.String
|
CssNode
Declaration
public const string CssNode = "k-item"
Field Value
System.String
|
CssNodeSpan
Declaration
public const string CssNodeSpan = "k-in"
Field Value
System.String
|
CssSelectedNode
Declaration
public const string CssSelectedNode = "k-selected"
Field Value
System.String
|
CssTreeView
Declaration
public const string CssTreeView = "k-treeview"
Field Value
System.String
|
R12022CssDisabledNode
Declaration
public const string R12022CssDisabledNode = "k-state-disabled"
Field Value
System.String
|
R12022CssSelectedNode
Declaration
public const string R12022CssSelectedNode = "k-state-selected"
Field Value
System.String
|
TreeNodeKey
Declaration
public const string TreeNodeKey = "KendoTreeNode"
Field Value
System.String
|
TreeViewKey
Declaration
public const string TreeViewKey = "KendoTreeView"
Field Value
System.String
|