Search
PaletteCategory.IsExpanded Property
See Also
 





Gets or sets a value indicating whether the category is currently expanded.

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

 Syntax

C#  Copy Code

public bool IsExpanded { get; set; }

Visual Basic  Copy Code

Public Property IsExpanded As Boolean

 Property Value

true if the category panel is expanded in Palette control's accordion UI, or false otherwise.

 See Also