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