Objective Grid for Microsoft® .NET® Reference Guide

GridControl.OnReplace Method 

Back to Class Index

Raises the Replace event.     

[Visual Basic]
Overridable Public Sub OnReplace()
[C#]
public virtual void OnReplace();

Remarks

    

Invoke this method to open a find and replace dialog that allows a user to search for a string in the grid, and replace the specified string with a replacement string.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace