TcxCustomControlStyles.Control Property
Provides access to an editing control.
Declaration
property Control: TcxEditingControl read;
Property Value
Type |
---|
TcxEditingControl |
Remarks
This property allows you to access the editing control’s properties and methods.
This property is used by the internal control infrastructure to notify the control of style changes.
See Also