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

TcxCustomGridTableItem.HeaderAlignmentVert Property

Specifies the vertical alignment of the item caption.

#Declaration

Delphi
property HeaderAlignmentVert: TcxAlignmentVert read; write;

#Property Value

Type
TcxAlignmentVert

#Remarks

The HeaderAlignmentVert property specifies the vertical alignment of the item caption. The TcxAlignmentVert type enumerates values for setting the vertical alignment.

Value Description
vaTop Text is aligned to the top.
vaBottom Text is aligned to the bottom.
vaCenter Text is centered vertically.

You can see the effect of vertical alignment when setting different size fonts for item captions.

The item caption is defined by the Caption property.

See Also