ClassEditorDropDown
RadEditor for the ASP.NET AJAX: EditorDropDown wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class EditorDropDown : HtmlAnchor
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlAnchorEditorDropDown
Inherited Members
Constructors
EditorDropDown()
Initializes a new instance of the EditorDropDown class.
Declaration
public EditorDropDown()
EditorDropDown(Element)
Initializes a new instance of the EditorDropDown class.
Properties
ClientSideLocator
Gets the client-side code that defines the RadEditor dropdown.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CommandName
The Command name.
DropDownValue
Gets/Sets the value of the drop down.
EditorId
Gets the parent Editor Id.
Enabled
Determines or set whether RadEditorDropDown is enabled.
IsExpanded
Determines whether RadEditorDropDown is expanded.
IsOn
Determines whether RadEditorDropDown is on.
ItemCount
Gets the item count of the drop down.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a EditorDropDown.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
SelectedIndex
Gets/Sets selected index of drop down.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
SelectItem(int)
Selects Item.