Click or drag to resize
GridControlOnUndo Method
Raises the Undo event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool OnUndo()

Return Value

Type: Boolean
true if the undo operation is allowed and successful; false otherwise.
Remarks
Invoke this method to Undo the operation on the top of the stack of past grid operations.
See Also