TdxBreadcrumbEditButtons Class
A collection of buttons displayed in a breadcrumb editor.
#Declaration
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.