Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListSummaryItem.AlignVert Property

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

#Declaration

Delphi
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