ASPxSiteMapControlBase Class
Represents the class that implements the base functionality of a site map control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public abstract class ASPxSiteMapControlBase :
ASPxHierarchicalDataWebControl,
IControlDesigner
Remarks
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.
Implements
Inheritance
See Also