SiteMapColumn.StartingNodeIndex Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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