ClassRadSiteMap
Class
Represents the RadSiteMap class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadSiteMap : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadSiteMap
Inherited Members
Constructors
RadSiteMap()
Initializes a new instance of the RadSiteMap class.
Declaration
cs-api-definition
public RadSiteMap()
RadSiteMap(Element)
Initializes a new instance of the RadSiteMap class.
Properties
LocatorExpression
Get the FindExpression.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Nodes
Get the list of items.
Declaration
cs-api-definition
public IList<RadSiteMapNode> Nodes { get; }
Property Value
Methods
AssignElement(Element)
Assign the DOM element to be the RadSiteMap control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
Overrides