Search
Palette.AllowMultipleExpands Property
See Also
 





Gets or sets a value indicating whether more than one category can be expanded at a time.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowMultipleExpands { get; set; }

Visual Basic  Copy Code

Public Property AllowMultipleExpands As Boolean

 Property Value

true to allow multiple expanded categories, or false otherwise.

 See Also