Intersoft ClientUI Documentation
SelectedItems Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IMultipleSelection Interface : SelectedItems Property






Gets or sets the selected items

Syntax

Visual Basic (Declaration) 
Property SelectedItems As INotifyCollectionChanged
Visual Basic (Usage)Copy Code
Dim instance As IMultipleSelection
Dim value As INotifyCollectionChanged
 
instance.SelectedItems = value
 
value = instance.SelectedItems
C# 
INotifyCollectionChanged SelectedItems {get; set;}
Delphi 
read-write property SelectedItems: INotifyCollectionChanged; 
JScript 
function get,set SelectedItems : INotifyCollectionChanged
Managed Extensions for C++ 
__property INotifyCollectionChanged* get_SelectedItems();
__property void set_SelectedItems( 
   INotifyCollectionChanged* value
);
C++/CLI 
property INotifyCollectionChanged^ SelectedItems {
   INotifyCollectionChanged^ get();
   void set (    INotifyCollectionChanged^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.