Class GroupRowCancelEventArgs
Contains state information and event data associated with a cancelable group row event.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupRowCancelEventArgs : GroupRowEventArgs
Constructors
GroupRowCancelEventArgs(RoutedEvent, Object, IGroupRow)
Initializes a new instance of the Group
Declaration
public GroupRowCancelEventArgs(RoutedEvent routedEvent, object source, IGroupRow row)
Parameters
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.
|