Skip to main content

TcxCaptionRowProperties.HeaderAlignmentVert Property

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

Declaration

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