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
SyntaxC#
Copy Code
|
|---|
public bool AllowMultipleExpands { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowMultipleExpands As Boolean |
true to allow multiple expanded categories, or false otherwise.
See Also