ClassTelerikBlazorPagerInfo
Class
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.Pager
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
cs-api-definition
public class TelerikBlazorPagerInfo : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorPagerInfo
Inherited Members
Constructors
TelerikBlazorPagerInfo()
Initializes a new instance of the TelerikBlazorPagerInfo class.
Declaration
cs-api-definition
public TelerikBlazorPagerInfo()
TelerikBlazorPagerInfo(Element)
Initializes a new instance of the TelerikBlazorPagerInfo class.
Declaration
cs-api-definition
public TelerikBlazorPagerInfo(Element element)
Parameters
element
Properties
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element element)
Parameters
element
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
cs-api-definition
protected override void InitializeMatchExpression()
Overrides