Click or drag to resize
GridControlOnReplace Method
Raises the Replace event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
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