RadGrid for ASP.NET

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


Gets or sets a value indicating whether RadGrid.GroupsChanging event will 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 GridGroupsChangingEventArgs
Dim value As Boolean
 
instance.Canceled = value
 
value = instance.Canceled
C# 
public bool Canceled {get; set;}

Return Value

true, if the event is canceled, otherwise false.

Requirements

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

See Also