KaxSiteMapNodeSiteMap Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxSiteMap SiteMap { get; }
Public ReadOnly Property SiteMap As KaxSiteMap
Get
public:
property KaxSiteMap^ SiteMap {
KaxSiteMap^ get ();
}
member SiteMap : KaxSiteMap with get
Property Value
Type:
KaxSiteMap
The
KaxSiteMap which this node belongs to;
null (Nothing) if the node is not added to any
KaxSiteMap control.
See Also