You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -170,8 +171,9 @@ The following table lists parameters of the `PivotGridRow`, `PivotGridColumn` an
170
171
| --- | --- | --- |
171
172
|`Aggregate`|`PivotGridAggregateType` enum <br /> (`Sum`) | The nature of the calculated aggregate values. Applies to `PivotGridMeasure` only. |
172
173
|`Format`|`string`| The [display format](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings) of the calculated aggregate values, for example `"{0:C2}"`. Applies to `PivotGridMeasure` only. |
173
-
|`HeaderClass`|`string`| Adds a custom CSS class to the row/column/measure header. Use it to apply custom styles or [override the default PivotGrid styles]({%slug themes-override%}). |
174
+
|`HeaderClass`|`string`| Adds a custom CSS class to the respective row header, column header or measure. Use it to apply custom styles or [override the default PivotGrid styles]({%slug themes-override%}). |
174
175
|`Name`|`string`| The field name of the respective row, column or measure. |
176
+
|`Title`|`string`| The label to be displayed in the Configurator for the respective row, column or measure. |
0 commit comments