ClassRadInputManagerTextBox
Class
Represents the TextBox extended with RadInputManager for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadInputManagerTextBox : RadInput
Inheritance: objectControlHtmlControlHtmlContainerControlRadInputRadInputManagerTextBox
Inherited Members
Constructors
RadInputManagerTextBox()
Initializes a new instance of the RadInputManagerTextBox class.
Declaration
cs-api-definition
public RadInputManagerTextBox()
RadInputManagerTextBox(Element)
Initializes a new instance of the RadInputManagerTextBox class.
Declaration
cs-api-definition
public RadInputManagerTextBox(Element element)
Parameters
element
Properties
ClientSideLocator
Get the Client side locator.
Declaration
cs-api-definition
public override string ClientSideLocator { get; }
Property Value
Overrides
EmptyMessage
Get or set the EmptyMessage of the input.
LocatorExpression
Get the locator FindParam.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign a base element for this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element associated with the control.
Overrides