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

TcxNavigator Class

The navigator control that is used to navigate and manage data in external controls.

#Declaration

Delphi
TcxNavigator = class(
    TcxCustomNavigatorControl
)

#Remarks

TcxNavigator is designed to manage external controls which do not have an assigned dataset. In contrast to a data-aware navigator, TcxNavigator is assigned to a control instead of the data source. This external control must implement the IcxNavigator interface, which in turn provides methods and properties to manipulate data. It must also provide the appropriate procedure for each navigator button.

All the navigator functionality is implemented by the button collection accessible via the Buttons property.

See Also