Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomNavigatorControl.Control Property

Specifies the external control managed by the navigator.

#Declaration

Delphi
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