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

IcxNavigatorOwner Interface

Enables you to provide a navigator graphic interface within a navigated control.

#Declaration

Delphi
IcxNavigatorOwner = interface(IInterface)

#Remarks

On its own, a navigated control can be made capable of navigation functionality without using a navigator control. For this purpose, a navigated control must implement the IcxNavigatorOwner interface to add navigation capabilities and display a navigator as a part of a navigated control.

As an example, consider such implementation in major DevExpress controls (ExpressQuantumGrid, ExpressQuantumTreeList, and others).

References to this interface are passed to some methods as parameters and returned by certain properties. These references enable you to obtain all the desired information about the navigator. For instance, you can obtain the collection of buttons displayed within the control, the bounds of the navigator, its look and feel, etc.

#Inheritance

IInterface
IcxNavigatorOwner
See Also