MenuItemTemplateContainer.IDataItemContainer.DisplayIndex Property

Definition

Gets the index value of the menu item for the container.

property int System::Web::UI::IDataItemContainer::DisplayIndex { int get(); };
int System.Web.UI.IDataItemContainer.DisplayIndex { get; }
member this.System.Web.UI.IDataItemContainer.DisplayIndex : int
 ReadOnly Property DisplayIndex As Integer Implements IDataItemContainer.DisplayIndex

Property Value

The index value of the menu item for the container.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the MenuItemTemplateContainer instance is cast to an IDataItemContainer interface.

Applies to