TcxTreeListSummaryItem.AlignVert Property
In This Article
Specifies the vertical position of a summary cells‘s text.
#Declaration
Delphi
property AlignVert: TcxAlignmentVert read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Options include:
Value | Meaning |
---|---|
va |
Text is aligned to a summary cell’s top edge. |
va |
Text is aligned to a summary cell’s bottom edge. |
va |
Text is vertically centered within a summary cell. |
To specify the horizontal position of a summary cell’s text, use the AlignHorz property.
The default value of the AlignVert property is vaTop.
See Also