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

TcxControlNavigator Class

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

#Declaration

Delphi
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