RadGrid for ASP.NET

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


Holds properties specific for grouping mechanism such as performed action and reference to GridTableView where the action was performed.

Object Model





 

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

Syntax

Visual Basic (Declaration) 
Public Class GridGroupsChangingEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As GridGroupsChangingEventArgs
C# 
public class GridGroupsChangingEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      Telerik.WebControls.GridGroupsChangingEventArgs

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also