Objective Grid for Microsoft® .NET® Reference Guide

GridControl.OnUndo Method 

Back to Class Index

Raises the Undo event.     

[Visual Basic]
Overridable Public Function OnUndo() As Boolean
[C#]
public virtual bool OnUndo();

Remarks

    

Invoke this method to Undo the operation on the top of the stack of past grid operations.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace