TdxDBBreadcrumbEditDataBinding Class
In This Article
Data mapping settings.
#Declaration
Delphi
TdxDBBreadcrumbEditDataBinding = class(
TcxOwnedPersistent
)
#Remarks
Settings include:
Property | Description |
---|---|
Data |
Specifies the dataset link. |
Image |
Maps to the dataset field that stores node image indexes. |
Key |
Maps to the item identifier dataset field. |
Name |
Maps to the item display name dataset field. |
Parent |
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