Skip to main content

TcxCustomGridColumn.HeaderGlyphAlignmentVert Property

Specifies the vertical alignment of the column header glyph.

Declaration

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