TdxCustomOrgChart.Options Property
Specifies the control’s appearance and behavior settings.
Declaration
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