Class
KendoTreeViewConstants

String constants of the TreeView(CSS classes, Id prefix, etc).

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public static class KendoTreeViewConstants

Inheritance: objectKendoTreeViewConstants

Fields

CssArrowSpan

The class arrow for expanding a node

Declaration

cs-api-definition
public const string CssArrowSpan = "k-icon"

Field Value

string

CssCollapsedNode

The CSS class of the collapsed node

Declaration

cs-api-definition
public const string CssCollapsedNode = "k-icon k-plus"

Field Value

string

CssCollapsedNodeAlternative

Alternative CSS class of collapsed node.

Declaration

cs-api-definition
public const string CssCollapsedNodeAlternative = "k-icon k-i-expand"

Field Value

string

CssDisabledNode

The class of disabled node

Declaration

cs-api-definition
public const string CssDisabledNode = "k-disabled"

Field Value

string

CssExpandedNode

The CSS class of the expanded node

Declaration

cs-api-definition
public const string CssExpandedNode = "k-icon k-minus"

Field Value

string

CssExpandedNodeAlternative

Alternative CSS class of expanded node.

Declaration

cs-api-definition
public const string CssExpandedNodeAlternative = "k-icon k-i-collapse"

Field Value

string

CssNode

The CSS class identifying node item

Declaration

cs-api-definition
public const string CssNode = "k-item"

Field Value

string

CssNodeR22024

The CSS class identifying node item

Declaration

cs-api-definition
public const string CssNodeR22024 = "k-treeview-item"

Field Value

string

CssNodeSpan

The CSS class identifying the span contained in the node

Declaration

cs-api-definition
public const string CssNodeSpan = "k-in"

Field Value

string

CssNodeSpanR22024

The CSS class identifying the span contained in the node

Declaration

cs-api-definition
public const string CssNodeSpanR22024 = "k-treeview-leaf"

Field Value

string

CssSelectedNode

The class of selected node

Declaration

cs-api-definition
public const string CssSelectedNode = "k-selected"

Field Value

string

CssToggleNode

The CSS class of the toggle node

Declaration

cs-api-definition
public const string CssToggleNode = "k-treeview-toggle"

Field Value

string

CssTreeView

The class of the Kendo TreeView

Declaration

cs-api-definition
public const string CssTreeView = "k-treeview"

Field Value

string

CssTreeViewGroup

Declaration

cs-api-definition
public const string CssTreeViewGroup = "class=~k-group"

Field Value

string

CssTreeViewGroupR22024

Declaration

cs-api-definition
public const string CssTreeViewGroupR22024 = "class=~k-treeview-group"

Field Value

string

R12022CssDisabledNode

The class of disabled node

Declaration

cs-api-definition
public const string R12022CssDisabledNode = "k-state-disabled"

Field Value

string

R12022CssSelectedNode

The class of selected node

Declaration

cs-api-definition
public const string R12022CssSelectedNode = "k-state-selected"

Field Value

string

TreeNodeFindClauses

The main find clauses for Kendo TreeNode

Declaration

cs-api-definition
public static readonly string[] TreeNodeFindClauses

Field Value

string[]

TreeNodeFindClausesR22024

The main find clauses for Kendo TreeNode

Declaration

cs-api-definition
public static readonly string[] TreeNodeFindClausesR22024

Field Value

string[]

TreeNodeKey

The name identifying the TreeNode control.

Declaration

cs-api-definition
public const string TreeNodeKey = "KendoTreeNode"

Field Value

string

TreeNodeParentConstraint

The main find clauses for Kendo TreeNode

Declaration

cs-api-definition
public static readonly string[] TreeNodeParentConstraint

Field Value

string[]

TreeNodeParentConstraintR22024

The main find clauses for Kendo TreeNode

Declaration

cs-api-definition
public static readonly string[] TreeNodeParentConstraintR22024

Field Value

string[]

TreeViewFindClauses

The main find clauses for Kendo TreeView

Declaration

cs-api-definition
public static readonly string[] TreeViewFindClauses

Field Value

string[]

TreeViewKey

The name identifying the TreeView control.

Declaration

cs-api-definition
public const string TreeViewKey = "KendoTreeView"

Field Value

string