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

TdxInMenuGalleryOptions.ItemTextAlignVert Property

Specifies items’ text vertical alignment in all gallery groups.

#Declaration

Delphi
property ItemTextAlignVert: TcxAlignmentVert read; write; default vaTop;

#Property Value

Type Default
TcxAlignmentVert vaTop

#Remarks

Use this property to position the caption and optional description vertically in all items within gallery groups. The ItemTextAlignVert property is in effect if the following conditions are met:

  • The item’s text alignment is not set for an individual group.

  • The ItemTextKind property is set to itkCaption or itkCaptionAndDescription.

  • An item has an optional image or glyph.

Refer to the TcxAlignmentVert type description for details.

The default value of the ItemTextAlignVert property value is vaTop.

See Also