Back to Devexpress

TdxCustomDBBreadcrumbEdit Class

vcl-dxdbbreadcrumbedit-a4ddf740.md

latest2.1 KB
Original Source

TdxCustomDBBreadcrumbEdit Class

Serves as the base class for the TdxDBBreadcrumbEdit class, which implements the data-aware breadcrumb control.

Declaration

delphi
TdxCustomDBBreadcrumbEdit = class(
    TdxCustomBreadcrumbEdit,
    IdxDBBreadCrumbEdit
)

Remarks

TdxCustomDBBreadcrumbEdit provides the following API:

PropertyDescription
DataBindingSpecifies data mapping settings.
PropertiesSpecifies data-aware breadcrumb settings.
RootProvides access to the root level node (the data hierarchy starting point).
RootValueSpecifies the data hierarchy starting point, as a field value.
SelectedSpecifies the selected node.

Do not use this class directly. Use its descendant instead.

Implements

IdxDBBreadCrumbEdit

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomBreadcrumbEdit TdxCustomDBBreadcrumbEdit

See Also

TdxCustomDBBreadcrumbEdit Members

dxDBBreadcrumbEdit Unit