TcxCustomViewInfoItem.Control Property
Provides access to the editing control that owns the current ViewInfo container.
Declaration
property Control: TcxEditingControl read;
Property Value
| Type |
|---|
| TcxEditingControl |
Remarks
Use the Control property to access the owner control’s properties and methods. This is useful when custom painting according to the control-specific settings.
See Also