Skip to main content

TcxTreeListSummaryItem.AlignVert Property

Specifies the vertical position of a summary cells‘s text.

Declaration

property AlignVert: TcxAlignmentVert read; write;

Property Value

Type
TcxAlignmentVert

Remarks

Options include:

Value Meaning
vaTop Text is aligned to a summary cell’s top edge.
vaBottom Text is aligned to a summary cell’s bottom edge.
vaCenter 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