Gets or sets a value indicating whether the item is expanded, that is, if its children are visible.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
bool IsExpanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Property IsExpanded As Boolean |
true if the item is expanded; otherwise, false.
See Also