ClassEditorSpinBox
Class
RadEditor for the ASP.NET AJAX: EditorSpinBox wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class EditorSpinBox : HtmlControl
Inheritance: objectControlHtmlControlEditorSpinBox
Inherited Members
Constructors
EditorSpinBox()
Initializes a new instance of the EditorSpinBox class.
Declaration
cs-api-definition
public EditorSpinBox()
EditorSpinBox(Element)
Initializes a new instance of the EditorSpinBox class.
Properties
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a EditorSpinBox.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
SpinBoxValue
Gets/Sets SpinBox value.
Methods
AssignElement(Element)
Assign the control element.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides