TcxCustomGridColumn.HeaderGlyphAlignmentVert Property
In This Article
Specifies the vertical alignment of the column header glyph.
#Declaration
Delphi
property HeaderGlyphAlignmentVert: TcxAlignmentVert read; write; default vaCenter;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
va |
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