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