Skip to main content
A newer version of this page is available. .
Tab

ASPxSiteMapControlBase Class

Represents the class that implements the base functionality of a site map control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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.

See Also