TdxCustomBreadcrumbEditProperties Class
Provides common settings for virtual, shell, and data-aware breadcrumb controls.
Declaration
TdxCustomBreadcrumbEditProperties = class(
TdxBreadcrumbEditCustomPropertiesPersistent
)
Remarks
The TdxCustomBreadcrumbEditProperties object contains appearance, functionality and behavior settings that are common to breadcrumb controls. These settings allows you to:
Create and customize additional action buttons (Buttons and ButtonImages);
Switch the visibility of the breadcrumb control’s borders (Borders);
Provide images for breadcrumb nodes (Images);
Customize path editor and progress bar settings (PathEditor and ProgressBar);
Customize the breadcrumb’s node dropdown windows (DropDownRows and DropDownIndent).
Do not use this class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxBreadcrumbEditCustomPropertiesPersistent
TdxCustomBreadcrumbEditProperties
See Also