Table of Contents

Property SelectionMode

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SelectionMode

Gets or sets the selection mode (single or multiple).

public TreeViewSelectionMode SelectionMode { get; set; }

Property Value

TreeViewSelectionMode

Remarks

The selection mode determines whether multiple items can be selected at once and how the selection behaves. For example, Single allows only one item to be selected, while Multiple allows multiple items to be selected.