Class TelerikBlazorDrawerItem
Inheritance
System.Object
TelerikBlazorDrawerItem
Inherited Members
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.Drawer
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorDrawerItem : TelerikBlazorContainerControlBase
Constructors
TelerikBlazorDrawerItem()
Declaration
public TelerikBlazorDrawerItem()
TelerikBlazorDrawerItem(Element)
Properties
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Title
Declaration
public string Title { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
Select(Boolean)
Declaration
public void Select(bool simulateRealClick = false)
Parameters
System.Boolean
simulateRealClick
|