TdxCustomDBBreadcrumbEdit Class
Serves as the base class for the TdxDBBreadcrumbEdit class, which implements the data-aware breadcrumb control.
Declaration
TdxCustomDBBreadcrumbEdit = class(
TdxCustomBreadcrumbEdit,
IdxDBBreadCrumbEdit
)
Remarks
TdxCustomDBBreadcrumbEdit provides the following API:
Property | Description |
---|---|
DataBinding | Specifies data mapping settings. |
Properties | Specifies data-aware breadcrumb settings. |
Root | Provides access to the root level node (the data hierarchy starting point). |
RootValue | Specifies the data hierarchy starting point, as a field value. |
Selected | Specifies the selected node. |
Do not use this class directly. Use its descendant instead.
Implements
Inheritance
See Also