ClassRadDockZone
A simple control wrapper for the RadEditor for the ASP.NET AJAX.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadDockZone : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadDockZone
Inherited Members
Constructors
RadDockZone()
Initializes a new instance of the RadDockZone class.
Declaration
public RadDockZone()
RadDockZone(Element)
Initializes a new instance of the RadDockZone class.
Properties
ClientSideLocator
Gets the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DocksCount
Gets number of RadDocks docked in the RadDockZone.
FitDocks
Gets/Sets whether the RadDockZone will fit RadDocks.
HighlightedCssClass
Gets/Sets HighlightedCssClass of the RadDockZone.
IsHorizontal
Gets RadDockZone's orientation.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadDockZone.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
UniqueName
Gets the unique name of the RadDockZone.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.