Skip to main content
A newer version of this page is available. .

TdxBreadcrumbEditButton Class

The TdxBreadcrumbEditButton class implements the breadcrumb action button.

Declaration

TdxBreadcrumbEditButton = class(
    TcxCustomEditButton
)

Remarks

If specified, the button is displayed within the breadcrumb at the rightmost position, next to the dropdown button. Action buttons are arranged from left to right in the order they were created.

An action for the button is specified via the Action property.

The TdxBreadcrumbEditButton object is referenced by the breadcrumb’s Properties.Buttons.Items property.

Inheritance

See Also