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

TcxNavigatorControlNotifier Class

Provides interaction between a navigated control and a navigator.

#Declaration

Delphi
TcxNavigatorControlNotifier = class(
    TObject
)

#Remarks

Interaction participants must implement the following interfaces:

  • In a standalone mode (a navigator is linked to a navigated control via the navigator’s Control property), a navigated control implements the IcxNavigator interface.

  • In an embedded mode, a navigator implements the IcxNavigatorOwner interface.

The TcxNavigatorControlNotifier object is obtained via the IcxNavigator.GetNotifier function.

#Inheritance

TObject
TcxNavigatorControlNotifier
See Also