Skip to main content

IcxNavigatorOwner Interface

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

Declaration

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