ClassRadSiteMapNode
Class
Represents the RadSiteMapNode class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadSiteMapNode : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadSiteMapNode
Inherited Members
Constructors
RadSiteMapNode()
Initializes a new instance of the RadSiteMapNode class.
Declaration
cs-api-definition
public RadSiteMapNode()
RadSiteMapNode(Element)
Initializes a new instance of the RadSiteMapNode class.
Properties
LocatorExpression
Get the FindParam that defines the pattern for a treeview node.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
This method executes when traverse trough page elements.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
Overrides