Specifies how many items can be expanded at a time in an Accordion control.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public enum ExpandMode |
Visual Basic
Copy Code
|
|---|
Public Enum ExpandMode |
Members| Member name | Description | |
|---|---|---|
![]() |
Multiple |
Multiple items can be expanded at a time. |
![]() |
Single |
Only one item can be expanded at a time. |
See Also