ClassTelerikBlazorDrawer
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.Drawer
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorDrawer : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorDrawer
Inherited Members
Constructors
TelerikBlazorDrawer()
Initializes a new instance of the TelerikBlazorDrawer class.
Declaration
public TelerikBlazorDrawer()
TelerikBlazorDrawer(Element)
Initializes a new instance of the TelerikBlazorDrawer class.
Declaration
public TelerikBlazorDrawer(Element element)
Parameters
element
Properties
AllDrawerItems
Gets all tabs of the TelerikBlazorDrawer
Declaration
public IList<TelerikBlazorDrawerItem> AllDrawerItems { get; }
Property Value
DrawerItemsCount
Returns the count of all drawer items of the TelerikBlazorDrawer
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectByIndex(int)
Returns the count of disabled tabs of the TelerikBlazorDrawer
SelectByText(string)
Selects Tab by tittle.