Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

Add
Creates a new breadcrumb editor button and adds it to the collection.
Clear
Clears the collection.
Delete
Deletes an individual breadcrumb editor button in the collection.
Count | VisibleCount
Allow you to identify the number of visible breadcrumb editor buttons and the total number of buttons in the collection.
Items
Provides indexed access to breadcrumb editor buttons in the collection.

#Direct TdxBreadcrumbEditButtons Class Reference

The TdxCustomBreadcrumbEditProperties.Buttons property references a TdxBreadcrumbEditButton object.

#Inheritance

See Also