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

TcxCustomGridColumn.HeaderGlyphAlignmentVert Property

Specifies the vertical alignment of the column header glyph.

#Declaration

Delphi
property HeaderGlyphAlignmentVert: TcxAlignmentVert read; write; default vaCenter;

#Property Value

Type Default Description
TcxAlignmentVert vaCenter

The vertical glyph position within the column header.

#Remarks

Use HeaderGlyphAlignmentHorz and HeaderGlyphAlignmentVert properties to position a glyph within the column header if the HeaderGlyph or HeaderImageIndex property is specified.

#Default Value

The HeaderGlyphAlignmentVert property’s default value is vaCenter.

See Also