TcxCustomPivotGrid.FieldHeaderImages Property
In This Article
Specifies the source of images for displaying within field headers.
#Declaration
Delphi
property FieldHeaderImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use this property to specify the TImageList object, which contains images that can be displayed within field headers. To associate an image with a field, use the field’s ImageIndex property. The image will be displayed within the field’s header using the alignment options as specified by the field’s ImageAlign property.
See Also