Back to Devexpress

TdxBreadcrumbEditButton Class

vcl-dxbreadcrumbedit-d31488ec.md

latest3.1 KB
Original Source

TdxBreadcrumbEditButton Class

A button displayed in a breadcrumb editor.

Declaration

delphi
TdxBreadcrumbEditButton = class(
    TcxCustomEditButton
)

Remarks

A breadcrumb editor button is a button within the breadcrumb editor client area, at the right or left editor border depending on the breadcrumb editor’s BiDiMode property value. An editor button implements built-in or custom breadcrumb editor functionality. A breadcrumb editor maintains a collection of buttons accessible through the Properties.Buttons property.

To execute custom code in response to a click on a breadcrumb editor button, you can associate the button with an action object (a TBasicAction descendant instance) or handle the parent breadcrumb editor’s OnButtonClick event.

Main API Members

The list below outlines key members of the TdxBreadcrumbEditButton class that allow you to configure breadcrumb editor buttons.

ActionAllows you to associate the breadcrumb editor button with an action object. A click on the button executes the associated action.EnabledSpecifies if the breadcrumb editor button is enabled. If a user clicks the button when it is enabled, the parent editor raises the OnButtonClick event.HintSpecifies a hint for the breadcrumb editor button.Glyph | ImageIndexSpecify a custom glyph for the breadcrumb editor button.VisibleHides or displays the breadcrumb editor button.WidthAllows you to explicitly specify the width of the breadcrumb editor button.

Direct TdxBreadcrumbEditButton Class Reference

The TdxBreadcrumbEditButtons.Items property references a TdxBreadcrumbEditButton object.

Inheritance

TObject TPersistent TCollectionItem TcxCustomEditButton TdxBreadcrumbEditButton

See Also

TcxEditButton Class

TdxBreadcrumbEditButton Members

dxBreadcrumbEdit Unit