Click or drag to resize
CellControlOnHide Method
Raises the HideCurrentCell event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
protected virtual void OnHide(
	HideCurrentCellEventArgs e
)

Parameters

e
Type: Stingray.GridHideCurrentCellEventArgs
The event data.
Remarks
This method is invoked when the CellControl should be hidden. The default processing for this event sets the control Visible property to false.
See Also