RadGrid for ASP.NET

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


Set to true to cancel the default event execution, if available. The ItemCreated and ItemDataBound events cannot be cancelled.   

 

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

Syntax

Visual Basic (Declaration) 
Public Property Canceled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GridItemEventArgs
Dim value As Boolean
 
instance.Canceled = value
 
value = instance.Canceled
C# 
public bool Canceled {get; set;}

Requirements

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

See Also