ClassTelerikBlazorDrawerConstants
Class
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.Drawer
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
cs-api-definition
public static class TelerikBlazorDrawerConstants
Inheritance: objectTelerikBlazorDrawerConstants
Fields
CssSelectedItem
The CSS class identifying selected TelerikBlazorDrawerItem.
DrawerFindExpression
Element find expression for the TelerikBlazorDrawer.
DrawerItemFindExpression
Element find expression for the TelerikBlazorDrawerItem.
DrawerItemName
The name identifying the TelerikBlazorDrawerItem control.
Declaration
cs-api-definition
public const string DrawerItemName = "TelerikBlazorDrawerItem"
Field Value
Name
The name identifying the TelerikBlazorDrawer control.
R22022CssSelectedItem
The CSS class identifying selected TelerikBlazorDrawerItem for R22022 and older versions.
Declaration
cs-api-definition
public const string R22022CssSelectedItem = "k-state-selected"
Field Value