RadControls for WPF

Provides basic data for the group row events.

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

Syntax

C#
public class RowResizingEventArgs : CancelEventArgs
Visual Basic
Public Class RowResizingEventArgs _
	Inherits CancelEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      Telerik.Windows.Controls.GridView..::..RowResizingEventArgs

See Also