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