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

TdxLayoutSeparatorItemCaptionOptions.AlignVert Property

Specifies the vertical alignment of caption text within a layout separator item‘s caption area.

#Declaration

Delphi
property AlignVert; default tavBottom;

#Property Value

Type Default Description
TdxAlignmentVert tavBottom

A vertical caption text alignment of a vertically oriented layout separator item.

#Remarks

Options include:

Value Example
tavTop Top-Aligned Caption in a Vertically Oriented Separator
tavCenter Centered Caption in a Vertically Oriented Separator
tavBottom Bottom-Aligned Caption in a Vertically Oriented Separator

Note

The AlignVert property has no effect on horizontally oriented separator items.

The AlignVert property’s default value is tavBottom.

See Also