RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridItemEventArgs Class Members
See Also  Properties 
Telerik.WebControls Namespace : GridItemEventArgs Class


The following tables list the members exposed by GridItemEventArgs.

Public Constructors

 NameDescription
Public ConstructorGridItemEventArgs Constructor  
Top

Public Properties

 NameDescription
Public PropertyCanceled Set to true to cancel the default event execution, if available. The ItemCreated and ItemDataBound events cannot be cancelled.  
Public PropertyEventInfo Event info object. Cast to derrived classes to obtain the appropriate instance  
Public PropertyItem  
Top

See Also