Gets or sets the selection behavior for a C1TreeView.

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

Syntax

C#
public C1SelectionMode SelectionMode { get; set; }
Visual Basic
Public Property SelectionMode As C1SelectionMode
	Get
	Set

Remarks

This is a dependency property.

See Also