Gets or sets the index of the currently selected AccordionItem.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public int SelectedIndex { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property SelectedIndex As Integer |
Property Value
Type: Int32 An integer specifying the index of the currently selected child AccordionItem. If no item is selected, the value is -1.
See Also
|