Class GroupGridRowOperationEventArgs
Provides data for a group grid row operation.
public class GroupGridRowOperationEventArgs : EventArgs
- Inheritance
-
GroupGridRowOperationEventArgs
- Inherited Members
- Extension Methods
Constructors
GroupGridRowOperationEventArgs(int, object)
Initializes a new instance of the GroupGridRowOperationEventArgs class.
public GroupGridRowOperationEventArgs(int RowIndex, object Row)
Parameters
Properties
Cancel
Gets or sets a value indicating whether the operation is canceled.
public bool Cancel { get; set; }
Property Value
Row
Gets the source row.
public object Row { get; }
Property Value
RowIndex
Gets the adapter row index.
public int RowIndex { get; }