MindFusion.Wpf Pack Programmer's Guide
Accordion.AllowMultipleExpands Property
See Also
 





Gets or sets a value indicating whether mode than one accordion item can be expended at a time. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool AllowMultipleExpands { get; set; }

Visual Basic  Copy Code

Public Property AllowMultipleExpands As Boolean

 Property Value

true, if there is no restriction to the number of items that can be expanded at a time; false, if only one item can be expanded at a time.

 See Also

Accordion Members
Accordion Class
MindFusion.UI.Wpf Namespace