MindFusion.Wpf Pack Programmer's Guide
IItemViewModel.IsExpanded Property
See Also
 





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

 Syntax

C#  Copy Code

bool IsExpanded { get; set; }

Visual Basic  Copy Code

Property IsExpanded As Boolean

 Property Value

true if the item is expanded; otherwise, false.

 See Also

IItemViewModel Members
IItemViewModel Interface
MindFusion.DataViews.Wpf Namespace