Skip to main content
A newer version of this page is available. .

TcxCustomGridCellViewInfo.AlignmentVert Property

Specifies the vertical alignment of a cell’s content.

Declaration

property AlignmentVert: TcxAlignmentVert read; write;

Property Value

Type
TcxAlignmentVert

Remarks

The AlignmentVert property allows a developer to set the vertical alignment of a cell’s content.

It can be one of the following values:

Value Description
vaTop Content is aligned to the upper cell edge.
vaCenter Content is vertically centered within a cell.
vaBottom Content is aligned to the lower cell edge.
See Also