Returns the same value as DataItemIndex.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
int IDataItemContainer.DisplayIndex { get; }
Visual Basic (Declaration)
Private ReadOnly Property DisplayIndex As Integer
	Implements IDataItemContainer.DisplayIndex
Visual C++
private:
virtual property int DisplayIndex {
	int get () sealed = IDataItemContainer::DisplayIndex::get;
}

Implements

IDataItemContainer..::.DisplayIndex

See Also