Gets or sets a value indicating whether the node is expanded/collapsed when the users clicks in the C1TreeViewItem header.

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

Syntax

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

Remarks

This is a dependency property.

See Also