TcxCustomGridColumn.HeaderGlyphAlignmentHorz Property
Specifies the horizontal alignment of the column header glyph.
Declaration
property HeaderGlyphAlignmentHorz: TAlignment read; write; default taLeftJustify;
Property Value
Type | Default | Description |
---|---|---|
TAlignment | taLeftJustify | 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