ASP.NET Pack Programmer's Guide
AccordionEventArgs.ItemIndex Property
See Also
 





Gets the zero-based index of the item in the Accordion.Items collection.

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

 Syntax

C#  Copy Code

public int ItemIndex { get; set; }

Visual Basic  Copy Code

Public Property ItemIndex As Integer

 Property Value

Type: Int32
An integer specifying the index of the item in the Items collection.

 See Also

AccordionEventArgs Members
AccordionEventArgs Class
MindFusion.UI.WebForms Namespace