RadGrid for ASP.NET

RadGrid Send comments on this topic.
SelectedItems Property
See Also 
Telerik.WebControls Namespace > RadGrid Class : SelectedItems Property


Gets a collection of the currently selected GridDataItems   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SelectedItems As GridItemCollection
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As GridItemCollection
 
value = instance.SelectedItems
C# 
public GridItemCollection SelectedItems {get;}

Return Value

Returns a GridItemCollection of all selected data items.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also