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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Inheritance
Object
Control
HierarchicalDataSourceControl
SiteMapDataSource
ASPxSiteMapDataSource
See Also