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





Gets the display position of the control relative to its parent Items collection.

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

 Syntax

C#  Copy Code

public int DisplayIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property DisplayIndex As Integer

 Property Value

Type: Int32
An Int32 value that represents the display position of the control relative to its parent Items collection.

 See Also

DropDownItem Members
DropDownItem Class
MindFusion.UI.WebForms Namespace