Back to Devexpress

TdxBreadcrumbEditButtons Class

vcl-dxbreadcrumbedit-b862ca10.md

latest2.1 KB
Original Source

TdxBreadcrumbEditButtons Class

A collection of buttons displayed in a breadcrumb editor.

Declaration

delphi
TdxBreadcrumbEditButtons = class(
    TcxCustomEditButtons
)

Remarks

A breadcrumb editor button collection manages buttons displayed within a breadcrumb editor client area.

Main API Members

The list below outlines key members of the TdxBreadcrumbEditButtons class that allow you to manage an editor button collection.

AddCreates a new breadcrumb editor button and adds it to the collection.ClearClears the collection.DeleteDeletes an individual breadcrumb editor button in the collection.Count | VisibleCountAllow you to identify the number of visible breadcrumb editor buttons and the total number of buttons in the collection.ItemsProvides indexed access to breadcrumb editor buttons in the collection.

Direct TdxBreadcrumbEditButtons Class Reference

The TdxCustomBreadcrumbEditProperties.Buttons property references a TdxBreadcrumbEditButton object.

Inheritance

TObject TPersistent TCollection TcxCustomEditButtons TdxBreadcrumbEditButtons

See Also

TcxEditButtons Class

TdxBreadcrumbEditButtons Members

dxBreadcrumbEdit Unit