ClassSiteMapConstants
Class
Represents the RadSiteMap constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public static class SiteMapConstants
Inheritance: objectSiteMapConstants
Fields
CssSiteMap
The CSS class identifying the SiteMap control.
Declaration
cs-api-definition
public const string CssSiteMap = "RadSiteMap RadSiteMap"
Field Value
CssSiteMapList
The CSS class identifying the SiteMap node list.
CssSiteMapNode
The CSS class identifying the SiteMap node.
CssSiteMapNodeLink
The CSS class identifying the SiteMap node link element.
SiteMap
The SiteMap key used across the source classes.
SiteMapNodeKey
The SiteMapNode key used across the source classes.
Declaration
cs-api-definition
public const string SiteMapNodeKey = "RadSiteMapNode"
Field Value