property Column.PivotCaption as String
Specifies the caption of the column to be displayed on the columns floating toolbox.

TypeDescription
String A String expression that specifies the column's caption to be displayed on the control' headers.
By default, the PivotCaption property is initialized with the name of the column as it is loaded ( if the data provided contains no header information, the PivotCaption may display the name such as Column 1 (value) ). The PivotColumnsFloatBarVisible property specifies whether the Columns collection is displayed to a floating bar, so user can drag and drop columns to the control's pivot bar so it gets data summarized. The PivotCaption property specifies the caption of the column to be displayed on the floating columns panel.  The PivotCaption property supports built-HTML tags, so you can include icons or images using the <img> tags. The SortType property indicates the sorting type for the column, so it indicates the type of filter being shown. The Caption property specifies the caption to be displayed on the column's header.

The following screen shot shows where the PivotCaption goes:

The PivotCaption property supports the following HTML tags: