ClassRadDiagram
Class
Represents the RadDiagram for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadDiagram : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadDiagram
Inherited Members
Constructors
RadDiagram()
Initializes a new instance of the RadDiagram class.
Declaration
cs-api-definition
public RadDiagram()
RadDiagram(Element)
Initializes a new instance of the RadDiagram class.
Properties
ClientId
Gets the client Id of the Diagram control.
ClientSideLocator
Gets the Client side locator.
Declaration
cs-api-definition
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Gets the locator FindParam.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Visible
Gets or sets whether the Diagram is visible.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.