aspnet-devexpress-dot-web-62a4dffc.md
Represents the class that implements the base functionality of a site map control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class ASPxSiteMapControlBase :
ASPxHierarchicalDataWebControl,
IControlDesigner
Public MustInherit Class ASPxSiteMapControlBase
Inherits ASPxHierarchicalDataWebControl
Implements IControlDesigner
The ASPxSiteMapControlBase class represents the base class which implements the common site map control functionality. This functionality is inherited by a site map control of the ASPxSiteMapControl type which is the direct descendant of the ASPxSiteMapControlBase.
Show 15 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxHierarchicalDataWebControl ASPxSiteMapControlBase ASPxSiteMapControl
See Also