SiteMapNodeItem.System.Web.UI.IDataItemContainer.DisplayIndex Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For a description of this member, see System.Web.UI.IDataItemContainer.DisplayIndex.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
private: virtual property int System.Web.UI.IDataItemContainer.DisplayIndex { int get () sealed = IDataItemContainer::DisplayIndex::get; }
Not applicable.
Property Value
An integer that represents the location of the data item in the SiteMapPath control's internal collections.Typically, you should use the ItemIndex property to determine the index for a SiteMapNodeItem object.
The System.Web.UI.IDataItemContainer.DisplayIndex member is an explicit interface member implementation. It can be used only when the SiteMapNodeItem instance is cast to an IDataItemContainer interface.
Show: