ClassEditorDropDownBody
Class
RadEditor for the ASP.NET AJAX: EditorDropDownBody wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class EditorDropDownBody : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivEditorDropDownBody
Inherited Members
Constructors
EditorDropDownBody()
Initializes a new instance of the EditorDropDownBody class.
Declaration
cs-api-definition
public EditorDropDownBody()
EditorDropDownBody(Element)
Initializes a new instance of the EditorDropDownBody class.
Properties
LocatorExpression
Get the HtmlFindExpression that defines the pattern for a EditorDropDownBody.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the control element.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Gets RadControlAssert instance initialized for this control.
Declaration
cs-api-definition
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.