SelectedItems Property (DomListBox)

Class

DomListBox.

Action

Gets or sets the names of the selected item(s).

Syntax

C#
protected List(Of ItemIdentifier) SelectedItems { get; set; }
VB
'Declaration
Protected ReadWrite Property SelectedItems As List(Of ItemIdentifier)

Access

Read and write.