Click or drag to resize
GridControlOnClear Method
Raises the Clear event.

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

Return Value

Type: Boolean
true if the clear operation is allowed and successful; false otherwise.
Remarks
Clears all style and value information for the selected range of cells.

Equivalent to OnClear(true).

See Also