Table of Contents

Property SelectionMode

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

SelectionMode

Gets or sets the method in which items are selected in the control.

ListBoxSelectionMode SelectionMode { get; set; }

Property Value

ListBoxSelectionMode

One of the ListBoxSelectionMode values. The default is Single.

Remarks

The SelectionMode property enables you to determine how many items in the control a user can select at one time.