Click or drag to resize
StyleCustomControl Property
Sets the custom control to use with this cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(CellControl), "nullptr")]
[BrowsableAttribute(false)]
public CellControl CustomControl { get; set; }

Property Value

Type: CellControl
The custom control to use with this cell.
Remarks
Use this property to set the .NET custom control to use in this style. The custom control must be an instance of a CellControl, created using the RegisterControl(Control) method.
See Also