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

TdxOrgChart Class

An unbound OrgChart control.

#Declaration

Delphi
TdxOrgChart = class(
    TdxCustomOrgChart
)

#Remarks

The OrgChart control is designed for creating, displaying, and editing hierarchically arranged data.

The control imposes no limitations on the size of the displayed structures, consisting of editable nodes that you can rearrange by dragging-and-dropping.

In addition to publishing the properties and events derived from the TdxCustomOrgChart class, TdxOrgChart introduces the LoadFromFile and LoadFromStream procedures that allow you to load the previously saved content into the control.

See Also