In This Topic
The following tables list the members exposed by NAccordion.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| ExpandedSection | Gets or sets the currently expanded section. If no section is expanded, the value of this property is null. |
| ExpandedSectionIndex | Gets or sets the index of the expanded section, in the list of sections obtained by the Sections property. If no section is selected, the value of this property is -1. |
| SectionCount | Gets the count of sections managed by this accordion. |
| Sections | Gets the sections managed by this accordion. |
| ShowSymbol | Gets or sets whether the symbol of the expandable sections contained in this accordion should be visible or not. |
Top
Public Methods
| Name | Description |
| FindSectionByHeaderText | Returns the section of this accordion with the given header text. Returns null is a section with such header text is not found. |
Top
Public Events
See Also