ClassKendoAngularTextBoxContainer
KendoAngularTextBoxContainer control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Input
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularTextBoxContainer : KendoAngularInput
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularInputKendoAngularTextBoxContainer
Inherited Members
Constructors
KendoAngularTextBoxContainer()
Initializes a new instance of the KendoAngularTextBoxContainer class.
Declaration
public KendoAngularTextBoxContainer()
KendoAngularTextBoxContainer(Element)
Initializes a new instance of the KendoAngularTextBoxContainer class.
Declaration
public KendoAngularTextBoxContainer(Element element)
Parameters
element
Properties
LabelValue
Gets the client-side label value.
Declaration
public string LabelValue { get; }
Property Value
The label value.
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