This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.MultiSelect Property

Gets/sets a value indicating whether multiple items can be selected.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property MultiSelect As Boolean
C#
public bool MultiSelect { get; set; }

Property Value

true if multiple items can be selected at one time; otherwise, false. By default is true.

See Also

Reference