RadControls for Silverlight

Represents data for the GridViewGrouping event.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.1050

Syntax

C#
public class GridViewGroupingEventArgs : CancelRoutedEventArgs
Visual Basic
Public Class GridViewGroupingEventArgs _
	Inherits CancelRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls..::..CancelRoutedEventArgs
          Telerik.Windows.Controls..::..GridViewGroupingEventArgs

See Also