Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
C#
public static class KendoTreeViewConstants
Inheritance: objectKendoTreeViewConstants
Fields
C#
public const string CssArrowSpan = "k-icon"
C#
public const string CssCollapsedNode = "k-icon k-plus"
C#
public const string CssCollapsedNodeAlternative = "k-icon k-i-expand"
C#
public const string CssDisabledNode = "k-disabled"
C#
public const string CssExpandedNode = "k-icon k-minus"
C#
public const string CssExpandedNodeAlternative = "k-icon k-i-collapse"
C#
public const string CssNodeR22024 = "k-treeview-item"
C#
public const string CssNodeSpan = "k-in"
C#
public const string CssNodeSpanR22024 = "k-treeview-leaf"
C#
public const string CssSelectedNode = "k-selected"
C#
public const string CssToggleNode = "k-treeview-toggle"
C#
public const string CssTreeView = "k-treeview"
C#
public const string CssTreeViewGroup = "class=~k-group"
C#
public const string CssTreeViewGroupR22024 = "class=~k-treeview-group"
C#
public const string R12022CssDisabledNode = "k-state-disabled"
C#
public const string R12022CssSelectedNode = "k-state-selected"
C#
public static readonly string[] TreeNodeFindClauses
C#
public static readonly string[] TreeNodeFindClausesR22024
C#
public const string TreeNodeKey = "KendoTreeNode"
C#
public static readonly string[] TreeNodeParentConstraint
C#
public static readonly string[] TreeNodeParentConstraintR22024
C#
public static readonly string[] TreeViewFindClauses
C#
public const string TreeViewKey = "KendoTreeView"