TcxGridBand.HeaderAlignmentVert Property
Specifies the vertical alignment of a band’s caption.
Declaration
property HeaderAlignmentVert: TcxAlignmentVert read; write; default vaCenter;
Property Value
Type | Default |
---|---|
TcxAlignmentVert | vaCenter |
Remarks
Use the HeaderAlignmentVert property to specify the vertical alignment of a band’s Caption.
Value | Meaning |
---|---|
vaTop | The caption is aligned to the top of a band. |
vaCenter | The caption is centered within a band. |
vaBottom | The caption is aligned to the bottom of a band. |
The default value of the HeaderAlignmentVert property is vaCenter.
See Also