Back to Devexpress

TcxControlNavigator Class

vcl-cxinplacecontainer-aa9d554d.md

latest2.0 KB
Original Source

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlNavigator

See Also

TcxControlNavigator Members

cxInplaceContainer Unit