Skip to main content
Tab

ASPxSiteMapDataSource.SiteMapFileName Property

Gets or sets the path to the file that contains the site map data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string SiteMapFileName { get; set; }

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