ASPxSiteMapDataSource.Provider Property
In This Article
Gets or sets a site map provider object associated with the data source control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SiteMapProvider Provider { get; set; }
#Property Value
Type | Description |
---|---|
Site |
A Site |
#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