Skip to main content
Tab

ASPxSiteMapDataSource.SiteMapProvider Property

Gets or sets the name of the site map provider that the data source binds to.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string SiteMapProvider { get; set; }

Property Value

Type Description
String

The name of the site map provider that the ASPxSiteMapDataSource object binds to. By default, the value is Empty, and the default site map provider for the site is used.

See Also