Gets the display order of the C1ComboBoxItem relative to the currently displayed C1ComboBoxItems.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[BrowsableAttribute(false)]
public int DisplayIndex { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property DisplayIndex As Integer
	Get

Implements

IDataItemContainer..::..DisplayIndex

See Also