TcxTreeListSummaryItem.AlignHorz Property
Specifies the horizontal position of a summary cells‘s text.
Declaration
property AlignHorz: TAlignment read; write;
Property Value
Type |
---|
TAlignment |
Remarks
Options include:
Value | Meaning |
---|---|
taLeftJustify | Text is aligned to a summary cell’s left edge. |
taRightJustify | Text is aligned to a summary cell’s right edge. |
taCenter | 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