SelectedIndices Property (DomListBox)

Class

DomListBox.

Action

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

Syntax

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

Access

Read and write.