Back to Devexpress

TdxCustomOrgChart.Options Property

vcl-dxorgchr-dot-tdxcustomorgchart-7b0f2789.md

latest1.5 KB
Original Source

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:

ValueDescription
ocSelectHighlights the selected node.
ocFocusMarks the focused node with the dashed rectangle outlining the node’s client area.
ocButtonsDisplays expand buttons.
ocDblClickAllows an end-user to expand or collapse nodes by double clicking.
ocEditAllows you to enable the text editing mode.
ocCanDragAllows an end-user to perform Drag & Drop operations on the nodes.
ocShowDragDisplays the node and its connection to the destination parent during a Drag & Drop operation.
ocInsDelAllows you to insert or delete the nodes.
ocRect3DThis option is deprecated.
ocAnimateEnables the node expand/collapse animation effect
ocImageFilteringThis option is deprecated.

See Also

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit