Gets the currently selected items. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public IList SelectedItems { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property SelectedItems As IList

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe SelectionMode property is set to Single.

See Also