Back to Devexpress

TcxNavigator Class

vcl-cxnavigator.md

latest2.0 KB
Original Source

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.

Inheritance

Show 11 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxCustomNavigator TcxCustomNavigatorControl TcxNavigator

See Also

TcxDBNavigator

Integrated Touch Gesture Support

TcxNavigator Members

cxNavigator Unit