Skip to main content
Tab

ASPxSiteMapControlBase.Columns Property

Gets the collection of columns in the site map control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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