Class
GroupRowCancelEventArgs

Contains state information and event data associated with a cancelable group row event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GroupRowCancelEventArgs : GroupRowEventArgs

Inheritance: objectRadRoutedEventArgsGroupRowEventArgsGroupRowCancelEventArgs

Inherited Members GroupRowEventArgs.Row

Constructors

GroupRowCancelEventArgs(RoutedEvent, object, IGroupRow)

Initializes a new instance of the GroupRowCancelEventArgs class.

Declaration

cs-api-definition
public GroupRowCancelEventArgs(RoutedEvent routedEvent, object source, IGroupRow row)

Parameters

routedEvent

RoutedEvent

The routed event that is raised.

source

object

The source that has raised the event.

row

IGroupRow

The current IGroupRow

Properties

Cancel

Gets or sets a value indicating whether the event should be canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

True if cancel; otherwise, false.