RadGrid for ASP.NET

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


  

 

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

Syntax

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

Requirements

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

See Also