TcxCustomGridColumn.HeaderGlyphAlignmentHorz Property
In This Article
Specifies the horizontal alignment of the column header glyph.
#Declaration
Delphi
property HeaderGlyphAlignmentHorz: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default | Description |
---|---|---|
TAlignment | ta |
The horizontal 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 HeaderGlyphAlignmentHorz
property’s default value is taLeftJustify
.
See Also