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

TdxCustomOrgChart.DefaultImageAlign Property

Specifies the default node image alignment.

#Declaration

Delphi
property DefaultImageAlign: TdxOcImageAlign read; write; default iaNone;

#Property Value

Type Default
TdxOcImageAlign iaNone

#Remarks

Use this property to set the image alignment for all newly created nodes. The DefaultImageAlign property has no effect on a specific node if its ImageAlign property is not iaNone.

For detailed information on available options, refer to the TdxOcImageAlign type description.

The default value of the DefaultImageAlign property is iaNone.

See Also