ClassRadDockCommand
Class
A simple control wrapper for the RadDockCommand for the ASP.NET AJAX.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadDockCommand : HtmlControl
Inheritance: objectControlHtmlControlRadDockCommand
Inherited Members
Constructors
RadDockCommand()
Initializes a new instance of the RadDockCommand class.
Declaration
cs-api-definition
public RadDockCommand()
RadDockCommand(Element)
Initializes a new instance of the RadDockCommand class.
Properties
AutoPostBack
Gets/Sets whether the current command will create a Postback or not.
CommandName
Gets the Name of the RadDockCommnad.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadDockCommand.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
cs-api-definition
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.