Click or drag to resize
GridControlGetCellControl Method
Obtains the CellControl instance associated with a custom .NET cell editor control.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public CellControl GetCellControl(
	int handle
)

Parameters

handle
Type: SystemInt32
The registered control identifier.

Return Value

Type: CellControl
The cell control instance associated with a Custom Cell Control handle, obtained from the CustomControlHandle property.
See Also