ClassRadEditorComment
Class
The RadEditor RadEditorComment name.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadEditorComment : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadEditorComment
Inherited Members
Constructors
RadEditorComment()
Initializes a new instance of the RadEditor class.
Declaration
cs-api-definition
public RadEditorComment()
RadEditorComment(Element)
Initializes a new instance of the RadEditorComment class.
Properties
Comment
Gets/Sets the RadEditor comment.
CommentedText
Gets/Sets the RadEditor commented text.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for RadEditorComment.
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()
Returns RadControlAssert instance initialized for this control.
Declaration
cs-api-definition
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.