Skip to main content

TcxPivotGridField.ImageAlign Property

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

Declaration

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