vcl-dxbreadcrumbedit-b862ca10.md
A collection of buttons displayed in a breadcrumb editor.
TdxBreadcrumbEditButtons = class(
TcxCustomEditButtons
)
A breadcrumb editor button collection manages buttons displayed within a breadcrumb editor client area.
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.
The TdxCustomBreadcrumbEditProperties.Buttons property references a TdxBreadcrumbEditButton object.
TObject TPersistent TCollection TcxCustomEditButtons TdxBreadcrumbEditButtons
See Also