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

TdxCustomOrgChart.Options Property

Specifies the control’s appearance and behavior settings.

#Declaration

Delphi
property Options: TdxOcOptions read; write;

#Property Value

Type
TdxOcOptions

#Remarks

Options include:

Value Description
ocSelect Highlights the selected node.
ocFocus Marks the focused node with the dashed rectangle outlining the node’s client area.
ocButtons Displays expand buttons.
ocDblClick Allows an end-user to expand or collapse nodes by double clicking.
ocEdit Allows you to enable the text editing mode.
ocCanDrag Allows an end-user to perform Drag & Drop operations on the nodes.
ocShowDrag Displays the node and its connection to the destination parent during a Drag & Drop operation.
ocInsDel Allows you to insert or delete the nodes.
ocRect3D This option is deprecated.
ocAnimate Enables the node expand/collapse animation effect
ocImageFiltering This option is deprecated.
See Also