TcxCustomPivotGrid.FieldHeaderImages Property
Specifies the source of images for displaying within field headers.
Declaration
property FieldHeaderImages: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
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