Skip to main content

TcxControlNavigator Class

Contains navigator settings for controls that support in-place editing.

Declaration

TcxControlNavigator = class(
    TcxControlOptions
)

Remarks

This class introduces settings that control the visibility of the embedded navigator and the visibility of navigator buttons and the information panel (Visible, Buttons, and InfoPanel). In addition, this class provides access to the editing control that owns the navigator and implements the IcxNavigator interface to make this navigator work (Control).

The TcxControlNavigator object is referenced by the TreeList control’s Navigator property. This control implements the IcxNavigator interface to provide node navigation and data management capabilities via the navigator. Use the TreeList control’s Styles.Navigator and Styles.NavigatorInfoPanel properties to apply styles to navigator elements.

See Also