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

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.v19.2.dll

Declaration

public class ASPxSiteMapDataSource :
    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.

See Also