Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridColumn.HeaderGlyphAlignmentHorz Property

Specifies the horizontal alignment of the column header glyph.

#Declaration

Delphi
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