TcxCustomGridTableItem.HeaderAlignmentVert Property
Specifies the vertical alignment of the item caption.
Declaration
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