MindFusion.UI for WebForms Programmer's Guide

AccordionEventArgs.ItemIndex Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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