Skip to main content

TcxCustomGridColumn.HeaderGlyphAlignmentHorz Property

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

Declaration

property HeaderGlyphAlignmentHorz: TAlignment read; write; default taLeftJustify;

Property Value

Type Default
TAlignment taLeftJustify

Remarks

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

The default value of the HeaderGlyphAlignmentHorz property is taLeftJustify.

See Also