Click or drag to resize
StyleCustomControlHandle Property
Gets the custom control handle for the custom control used in this style.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int CustomControlHandle { get; }

Property Value

Type: Int32
The interior brush.
Remarks
To obtain the CellControl instance associated with the handle returned from this method, use the GetCellControl(Int32) method of the GridControl.
See Also