Back to Devexpress

ASPxSiteMapControlBase.Columns Property

aspnet-devexpress-dot-web-dot-aspxsitemapcontrolbase.md

latest1.8 KB
Original Source

ASPxSiteMapControlBase.Columns Property

Gets the collection of columns in the site map control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public SiteMapColumnCollection Columns { get; }
vb
Public ReadOnly Property Columns As SiteMapColumnCollection

Property Value

TypeDescription
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

SiteMapColumnCollection

SiteMapColumn

Site Map Control

ASPxSiteMapControlBase Class

ASPxSiteMapControlBase Members

DevExpress.Web Namespace