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

ASPxSiteMapControlBase.Columns Property

Gets the collection of columns in the site map control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public SiteMapColumnCollection Columns { get; }

Property Value

Type Description
SiteMapColumnCollection

A SiteMapColumnCollection object which represents the collection of columns within the site map control.

Remarks

The Columns property is used to provide access to the collection of columns within the site map control. The collection is represented by an instance of the SiteMapColumnCollection class, and allows individual columns (which are instances of the SiteMapColumn class) to be added, deleted and accessed using an indexer notation.

See Also