Class RadSiteMap
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadSiteMap : HtmlContainerControl
Constructors
RadSiteMap()
Declaration
public RadSiteMap()
RadSiteMap(Element)
Properties
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NodeCount
Declaration
public int NodeCount { get; }
Property Value
System.Int32
|
Nodes
Declaration
public IList<RadSiteMapNode> Nodes { get; }
Property Value
System.Collections.Generic.IList<RadSiteMapNode>
|