Skip to main content
Tab

SiteMapColumn.StartingNodeIndex Property

Gets or sets the index of a hierarchical site map’s root node used as a reference point to retrieve nodes displayed by the column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public virtual int StartingNodeIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value specifying the index of the column’s starting node.

Remarks

Use the StartingNodeIndex property to define the node which is displayed as the current column’s first node. The node is specified by its index within the ASPxSiteMapControlBase.RootNodes collection.

See Also