Back to Devexpress

ASPxSiteMapControlBase Class

aspnet-devexpress-dot-web-62a4dffc.md

latest3.4 KB
Original Source

ASPxSiteMapControlBase Class

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

Declaration

csharp
public abstract class ASPxSiteMapControlBase :
    ASPxHierarchicalDataWebControl,
    IControlDesigner
vb
Public MustInherit Class ASPxSiteMapControlBase
    Inherits ASPxHierarchicalDataWebControl
    Implements 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

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxHierarchicalDataWebControl ASPxSiteMapControlBase ASPxSiteMapControl

See Also

ASPxSiteMapControlBase Members

ASPxSiteMapControl

Site Map Control

DevExpress.Web Namespace