Skip to main content
Tab

SiteMapColumn Class

Contains settings that define an individual column within a site map control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class SiteMapColumn :
    CollectionItem

The following members return SiteMapColumn objects:

Remarks

The SiteMapColumn class implements the functionality of a column within a ASPxSiteMapControl. Columns can be used to visually organize the site map control’s data into a more readable and convenient form. Columns are maintained within the ASPxSiteMapControlBase.Columns collection, represented by an instance of the SiteMapColumnCollection class. When this collection is not empty, the site map control automatically breaks its data into the number of columns contained within the collection.

The settings exposed by the SiteMapColumn class allow you to define the appearance of an individual column. In order to specify common appearance settings for all the columns within the site map control, the ASPxSiteMapControlBase.ColumnStyle property can be used.

Use the SiteMapColumn.StartingNodeIndex property to specify the index of a site map node from the ASPxSiteMapControlBase.RootNodes collection, which should be displayed as the first node of the column.

Inheritance

See Also