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

ASPxSiteMapControl() Constructor

Initializes a new instance of the ASPxSiteMapControl class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxSiteMapControl()

Remarks

This constructor is used to create a new instance of the site map control with the default settings. Use the DataSourceID to populate the newly created site map control with data. The ASPxSiteMapControlBase.Columns property can be used to access and manipulate a collection of columns within the control. The appearance settings of different hiearachy levels can be defined by using the ASPxSiteMapControl.DefaultLevelProperties and the properties availabe via individual objects of the ASPxSiteMapControl.LevelProperties collection.

See Also