Gets or sets a value that indicates whether a C1TreeViewItem is expanded.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsExpanded { get; set; }
Visual Basic
Public Property IsExpanded As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also