The C1GridViewCancelEditEventArgs type exposes the following members.

Constructors

  Name Description
Public method C1GridViewCancelEditEventArgs
Constructor. Initializes a new instance of the C1GridViewCancelEditEventArgs class.

Properties

  Name Description
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public property RowIndex
Gets the index of the row containing the Cancel button that raised the event.

See Also