Table of Contents
SelectedItems Property

Gets the currently selected items.

Syntax
 public IList SelectedItems { get; }
Remarks

Use this property to get all the selected items when ShowCheckBoxes is true.

See Also