RadGrid for ASP.NET

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


Gets or sets a value, defining whether the command should be canceled.   

 

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 GridDetailTableDataBindEventArgs
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