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

ASPxSiteMapDataSource.Provider Property

Gets or sets a site map provider object associated with the data source control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SiteMapProvider Provider { get; set; }

Property Value

Type Description
SiteMapProvider

A SiteMapProvider object associated with the data source control; otherwise, if no provider is explicitly set, the default site map provider is returned.

Remarks

Use the Provider property to specify the site map provider instance to use with the data source control. The instance can be different than the provider that is identified by the ASPxSiteMapDataSource.SiteMapProvider property, if set.

See Also