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

TdxLayoutItemControlOptions.AlignHorz Property

Specifies the horizontal alignment of a control within an item’s client area.

#Declaration

Delphi
property AlignHorz: TdxLayoutItemControlAlignHorz read; write; default ahClient;

#Property Value

Type Default
TdxLayoutItemControlAlignHorz ahClient

#Remarks

The specified alignment is similar to the layout group or item alignment specified by the TdxCustomLayoutItem.AlignHorz property, since the TdxLayoutItemControlAlignHorz is a subset of the TdxLayoutAlignHorz.

For details, refer to the TdxCustomLayoutItem.AlignHorz property description.

The default value of the AlignHorz property is ahClient.

See Also