Gets or sets the index of the currently selected AccordionItem. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public int SelectedIndex { get; set; } |
Visual Basic
![]() |
---|
Public Property SelectedIndex As Integer |
Type: Int32
An integer specifying the index of the currently selected child AccordionItem. If no item is selected, the value is -1.