Skip to main content

TcxCustomNavigatorButtons Class

The base class for classes that implement button collections used in navigator controls.

Declaration

TcxCustomNavigatorButtons = class(
    TcxNavigatorChildComponent
)

Remarks

The collection contains the following buttons:

  • Default buttons with predefined functionality allowing end-users to perform most common data operations.
  • Custom buttons allowing you to implement your own functionality.

Both default buttons and custom buttons can be accessed by their default indexes within the Buttons collection.

All the operations associated with the default buttons are implemented in TcxCustomNavigatorButtons descendants.

You can use TcxCustomNavigatorButtons as the base class for your custom button collection classes.

See Also