Back to Devexpress

SiteMapColumn.StartingNodeIndex Property

aspnet-devexpress-dot-web-dot-sitemapcolumn.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(-1)]
public virtual int StartingNodeIndex { get; set; }
vb
<DefaultValue(-1)>
Public Overridable Property StartingNodeIndex As Integer

Property Value

TypeDefaultDescription
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

RootNodes

Site Map Control

SiteMapColumn Class

SiteMapColumn Members

DevExpress.Web Namespace