ASP.NET Pack Programmer's Guide
DropDownItem.DataItemIndex Property
See Also
 





Gets the index of the data item bound to the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public int DataItemIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property DataItemIndex As Integer

 Property Value

Type: Int32
An Int32 value that represents the index of the underlying data object to which the control is bound.

 See Also

DropDownItem Members
DropDownItem Class
MindFusion.UI.WebForms Namespace