Class TelerikBlazorTreeViewConstants
Inheritance
System.Object
    TelerikBlazorTreeViewConstants
  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.TelerikUI.Blazor.TreeView
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorTreeViewConstantsConstructors
TelerikBlazorTreeViewConstants()
Declaration
public TelerikBlazorTreeViewConstants()Fields
AnimationContainerClass
Declaration
public const string AnimationContainerClass = "k-animation-container"Field Value
| System.String 
 | 
ContentFindExpression
Declaration
public const string ContentFindExpression = "class=~k-treeview-group"Field Value
| System.String 
 | 
CssCollapseClass
Declaration
public const string CssCollapseClass = "k-i-collapse"Field Value
| System.String 
 | 
CssExpandClass
Declaration
public const string CssExpandClass = "k-i-expand"Field Value
| System.String 
 | 
CssSelectedNode
Declaration
public const string CssSelectedNode = "k-selected"Field Value
| System.String 
 | 
CssToggleFindExpression
Declaration
public static string[] CssToggleFindExpressionField Value
| System.String[] 
 | 
ExpandableNodeClass
Declaration
public const string ExpandableNodeClass = "k-icon"Field Value
| System.String 
 | 
FindExpression
Declaration
public static string[] FindExpressionField Value
| System.String[] 
 | 
LinkElementFindExpression
Declaration
public const string LinkElementFindExpression = "class=~k-treeview-leaf"Field Value
| System.String 
 | 
Name
Declaration
public const string Name = "TelerikBlazorTreeView"Field Value
| System.String 
 | 
NodeFindExpression
Declaration
public static string[] NodeFindExpressionField Value
| System.String[] 
 | 
NodeName
Declaration
public const string NodeName = "TelerikBlazorTreeViewNode"Field Value
| System.String 
 | 
R32021ContentFindExpression
Declaration
public const string R32021ContentFindExpression = "class=~k-content"Field Value
| System.String 
 | 
R32021CssSelectedNode
Declaration
public const string R32021CssSelectedNode = "k-state-selected"Field Value
| System.String 
 | 
R32021LinkElementFindExpression
Declaration
public const string R32021LinkElementFindExpression = "class=~k-in"Field Value
| System.String 
 |