ClassKendoTreeViewConstants
String constants of the TreeView(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public static class KendoTreeViewConstants
Inheritance: objectKendoTreeViewConstants
Fields
CssArrowSpan
The class arrow for expanding a node
CssCollapsedNode
The CSS class of the collapsed node
Declaration
public const string CssCollapsedNode = "k-icon k-plus"
Field Value
CssCollapsedNodeAlternative
Alternative CSS class of collapsed node.
Declaration
public const string CssCollapsedNodeAlternative = "k-icon k-i-expand"
Field Value
CssDisabledNode
The class of disabled node
CssExpandedNode
The CSS class of the expanded node
Declaration
public const string CssExpandedNode = "k-icon k-minus"
Field Value
CssExpandedNodeAlternative
Alternative CSS class of expanded node.
Declaration
public const string CssExpandedNodeAlternative = "k-icon k-i-collapse"
Field Value
CssNode
The CSS class identifying node item
CssNodeR22024
The CSS class identifying node item
Declaration
public const string CssNodeR22024 = "k-treeview-item"
Field Value
CssNodeSpan
The CSS class identifying the span contained in the node
CssNodeSpanR22024
The CSS class identifying the span contained in the node
Declaration
public const string CssNodeSpanR22024 = "k-treeview-leaf"
Field Value
CssSelectedNode
The class of selected node
CssToggleNode
The CSS class of the toggle node
Declaration
public const string CssToggleNode = "k-treeview-toggle"
Field Value
CssTreeView
The class of the Kendo TreeView
CssTreeViewGroup
Declaration
public const string CssTreeViewGroup = "class=~k-group"
Field Value
CssTreeViewGroupR22024
Declaration
public const string CssTreeViewGroupR22024 = "class=~k-treeview-group"
Field Value
R12022CssDisabledNode
The class of disabled node
Declaration
public const string R12022CssDisabledNode = "k-state-disabled"
Field Value
R12022CssSelectedNode
The class of selected node
Declaration
public const string R12022CssSelectedNode = "k-state-selected"
Field Value
TreeNodeFindClauses
The main find clauses for Kendo TreeNode
Declaration
public static readonly string[] TreeNodeFindClauses
Field Value
string[]
TreeNodeFindClausesR22024
The main find clauses for Kendo TreeNode
Declaration
public static readonly string[] TreeNodeFindClausesR22024
Field Value
string[]
TreeNodeKey
The name identifying the TreeNode control.
TreeNodeParentConstraint
The main find clauses for Kendo TreeNode
Declaration
public static readonly string[] TreeNodeParentConstraint
Field Value
string[]
TreeNodeParentConstraintR22024
The main find clauses for Kendo TreeNode
Declaration
public static readonly string[] TreeNodeParentConstraintR22024
Field Value
string[]
TreeViewFindClauses
The main find clauses for Kendo TreeView
Declaration
public static readonly string[] TreeViewFindClauses
Field Value
string[]
TreeViewKey
The name identifying the TreeView control.