ClassTelerikBlazorTreeViewConstants
String constants of TelerikBlazorTreeView
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.TreeView
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorTreeViewConstants
Inheritance: objectTelerikBlazorTreeViewConstants
Constructors
TelerikBlazorTreeViewConstants()
Declaration
public TelerikBlazorTreeViewConstants()
Fields
AnimationContainerClass
Animation container class.
Declaration
public const string AnimationContainerClass = "k-animation-container"
Field Value
ContentFindExpression
Content element find expression.
Declaration
public const string ContentFindExpression = "class=~k-treeview-group"
Field Value
CssCollapseClass
The svg class of arrow element when can be collapsed
Declaration
public const string CssCollapseClass = "k-i-caret-alt-down"
Field Value
CssExpandClass
The class of arrow element when can be expanded
Declaration
public const string CssExpandClass = "k-i-caret-alt-right"
Field Value
CssSelectedNode
The class of selected node
CssSvgCollapseClass
The svg class of arrow element when can be collapsed
Declaration
public const string CssSvgCollapseClass = "k-svg-i-caret-alt-down"
Field Value
CssSvgExpandClass
The class of arrow element when can be expanded
Declaration
public const string CssSvgExpandClass = "k-svg-i-caret-alt-right"
Field Value
CssToggleFindExpression
Expression string for the wrapper of arrow element
ExpandableNodeClass
Expandable node class.
FindExpression
Expression strings for tree view.
LinkElementFindExpression
Expression string for node link element.
Declaration
public const string LinkElementFindExpression = "class=~k-treeview-leaf"
Field Value
Name
Control name.
NodeFindExpression
Expression strings for tree view node.
NodeName
Treeview node control name.
Declaration
public const string NodeName = "TelerikBlazorTreeViewNode"
Field Value
R12022SP1CssCollapseClass
The R12022SP1 class of arrow element when can be collapsed
Declaration
public const string R12022SP1CssCollapseClass = "k-i-collapse"
Field Value
R12022SP1CssExpandClass
The R12022SP1 class of arrow element when can be expanded
Declaration
public const string R12022SP1CssExpandClass = "k-i-expand"
Field Value
R12026CssSvgCollapseClass
The svg class of arrow element when can be collapsed
Declaration
public const string R12026CssSvgCollapseClass = "k-svg-i-chevron-down"
Field Value
R12026CssSvgExpandClass
The class of arrow element when can be expanded
Declaration
public const string R12026CssSvgExpandClass = "k-svg-i-chevron-right"
Field Value
R32021ContentFindExpression
Content element find expression for R32021.
Declaration
public const string R32021ContentFindExpression = "class=~k-content"
Field Value
R32021CssSelectedNode
The class of selected node for R32021.
Declaration
public const string R32021CssSelectedNode = "k-state-selected"
Field Value
R32021LinkElementFindExpression
Expression string for node link element for R32021.
Declaration
public const string R32021LinkElementFindExpression = "class=~k-in"
Field Value