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

TdxOcNode.ImageAlign Property

Specifies the image position within a node.

#Declaration

Delphi
property ImageAlign: TdxOcImageAlign read; write;

#Property Value

Type
TdxOcImageAlign

#Remarks

Use this property to change the image location in relation to the text within the node. For detailed information about available options, refer to the TdxOcImageAlign type description.

If the ImageAlign property is set to iaNone, the control’s DefaultImageAlign property defines the image position instead.

See Also