Back to Devexpress

ASPxSiteMapDataSource Class

aspnet-devexpress-dot-web-4715eb70.md

latest2.8 KB
Original Source

ASPxSiteMapDataSource Class

Represents a data source control that can be used to bind web server controls to the hierarchical site map data.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxSiteMapDataSource :
    SiteMapDataSource
vb
Public Class ASPxSiteMapDataSource
    Inherits SiteMapDataSource

Remarks

The ASPxSiteMapDataSource is a direct descendant of the standard SiteMapDataSource class and thus exposes the same common approach and functionality of the site map data source control. In addition, it provides advanced data binding capabilities which allow you to automatically retrieve the current site structure, customize the node tree manually or use these approaches together.

Note

This control doesn’t implement any public client-side API.

Implements

Show 11 items

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IHierarchicalDataSource

IDataSource

IListSource

Inheritance

Object Control HierarchicalDataSourceControl SiteMapDataSource ASPxSiteMapDataSource

See Also

ASPxSiteMapDataSource Members

Site Map Control

DevExpress.Web Namespace