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

Determines the order of sibling tree nodes.

#Declaration

Delphi
property OrderField: TField read;

#Property Value

Type
TField

#Remarks

The TdxDbOrgChart maintains a special integer or float data field that specifies the order of sibling nodes. This field is automatically updated when new nodes are added, or their layout is changed via the MoveTo method.

Use the OrderField property to access the contents and properties of this field.

If the OrderField is not defined, node ordering is determined by key values of nodes. In this instance, the KeyOrder property enables or disables the automatic updating of KeyField on changing of node order.

See Also