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

TdxOcNodeAlign Enum

Enumerates the parent node‘s alignment in relation to its children.

#Declaration

Delphi
TdxOcNodeAlign = (
    caLeft,
    caCenter,
    caRight
);

#Members

Name
caLeft
caCenter
caRight

#Remarks

Options include:

Value Description (Rotated=True) (Rotated=False)
caLeft The node is left or top-aligned in relation to the subtree of its children if the control’s content is oriented from top to bottom or left to right, respectively.
caCenter A parent node is centered.
caRight The node is right or bottom-aligned in relation to the subtree of its children if the control’s content is oriented from top to bottom or left to right, respectively.

The node’s ChildAlign property references the TdxOcNodeAlign type.

See Also