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.DataSet Property

Specifies the dataset which contains the data for a tree structure.

#Declaration

Delphi
property DataSet: TDataSet read;

#Property Value

Type
TDataSet

#Remarks

The DataSet property contains a reference to the TDataSet component, determining (via DataSource) a database connected with an OrgChart component.

See Also