Gets or sets a value indicating whether this category is currently expanded.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool Expanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Expanded As Boolean |
See Also