Skip to main content

TcxCustomGridColumn.HeaderGlyphAlignmentVert Property

Specifies the vertical alignment of the column header‘s icon.

Declaration

property HeaderGlyphAlignmentVert: TcxAlignmentVert read; write; default vaCenter;

Property Value

Type Default
TcxAlignmentVert vaCenter

Remarks

To draw an icon in the column header, specify an image for it via the column’s HeaderGlyph property. The HeaderGlyphAlignmentVert property allows you to vertically align the specified icon in the column header.

The default value of the HeaderGlyphAlignmentVert property is vaCenter.

See Also