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

TcxPivotGridField.ImageAlign Property

Specifies the alignment of an image within the header of the current field.

#Declaration

Delphi
property ImageAlign: TAlignment read; write; default taLeftJustify;

#Property Value

Type Default
TAlignment taLeftJustify

#Remarks

You can associate an image with the current field via the ImageIndex property. To specify the position of the image within the field’s header, use the ImageAlign property.

The default value of the ImageAlign property is taLeftJustify.

See Also