ASPxSiteMapDataSource.SiteMapFileName Property
Gets or sets the path to the file that contains the site map data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A String value specifying the path to the site map file. |
Example
...
<dxsm:ASPxSiteMapDataSource ID="ASPxSiteMapDataSource1"
runat="server" SiteMapFileName="~/web.sitemap" />
...
See Also