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

TdxDbOrgChart.DataSource Property

DataSource identifies the link to the dataset from which a component loads its data.

#Declaration

Delphi
property DataSource: TDataSource read; write;

#Property Value

Type
TDataSource

#Remarks

Set DataSource to the TDataSource object that links to the dataset from which the TdxDbOrgChart component should fetch its data. DataSource allows the component to read from, write to, and navigate around a dataset, while maintaining record concurrency with other data-aware objects that use the same data source.

See Also