Click or drag to resize
StyleControl Property
Gets or sets the type of the embedded control.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public ControlType Control { get; set; }

Property Value

Type: ControlType
The embedded control type.
Remarks
All embedded controls are described in detail in the native MFC Objective Grid User Guide and Reference Guide.
See Also