Click or drag to resize
GridControlOnRedo Method
Raises the Redo event.

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

Return Value

Type: Boolean
true if the redo operation is allowed and successful; false otherwise.
Remarks
Invoke this method to redo a command previously undone with the OnUndo method.
See Also