TdxDBBreadcrumbEditDataBinding Class
Data mapping settings.
Declaration
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