TdxCustomBreadcrumbEdit Class
The base class for the virtual, data-aware, and shell breadcrumb controls.
Declaration
TdxCustomBreadcrumbEdit = class(
TcxControl,
IdxBreadcrumbEdit,
IdxBreadcrumbEditEvents,
IdxSkinSupport,
IdxTreeOwner
)
Remarks
This class has the following members that allow you to:
Apply batch editor changes (BeginUpdate and EndUpdate).
Change the background color (Color).
Navigate to the parent node (BrowseParent).
Select a node (Selected).
Access the root node (Root).
Respond to path selection and validate paths (OnPathSelected and OnPathValidate).
Customize an in-place breadcrumb editor before it appears (OnInitPathEdit).
Do not use the TdxCustomBreadcrumbEdit class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TcxControl
TdxCustomBreadcrumbEdit
See Also