ASPxSiteMapDataSource.Provider Property
Gets or sets a site map provider object associated with the data source control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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