Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDBBreadcrumbEditDataBinding Class

Data mapping settings.

#Declaration

Delphi
TdxDBBreadcrumbEditDataBinding = class(
    TcxOwnedPersistent
)

#Remarks

Settings include:

Property Description
DataSource Specifies the dataset link.
ImageIndexField Maps to the dataset field that stores node image indexes.
KeyField Maps to the item identifier dataset field.
NameField Maps to the item display name dataset field.
ParentKeyField Maps to the parent identifier dataset field.

The TdxDBBreadcrumbEditDataBinding object is referenced by the breadcrumb’s DataBinding property.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxDBBreadcrumbEditDataBinding
See Also