TcxCustomNavigatorControl.Control Property
Specifies the external control managed by the navigator.
Declaration
property Control: TComponent read; write;
Property Value
Type |
---|
TComponent |
Remarks
The navigator control can be applied to any external control in order to manage its data. The TcxCustomNavigatorControl class is used to manage data for controls, so these controls must implement the IcxNavigator interface.
All navigation functionality provided by a control must be implemented using this interface. A developer must provide actions for each button along with state conditions. In other words, it is necessary to specify the EOF and BOF conditions and determine when it is possible to insert, edit and delete data.
See Also