ASPxSiteMapControlBase.Columns Property
In This Article
Gets the collection of columns in the site map control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SiteMapColumnCollection Columns { get; }
#Property Value
Type | Description |
---|---|
Site |
A Site |
#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