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

TcxCaptionRowProperties.HeaderAlignmentVert Property

Specifies the vertical alignment of the row’s header text.

#Declaration

Delphi
property HeaderAlignmentVert: TcxAlignmentVert read; write;

#Property Value

Type
TcxAlignmentVert

#Remarks

Options include:

Value Meaning
vaTop Align in the header to the top.
vaBottom Align text in the header to the bottom.
vaCenter Center text in the header

The default value of the HeaderAlignmentVert property is vaTop.

See Also