Skip to content

Commit 293a57b

Browse files
docs(pivotgrid): add headerclass parameter (#1540)
1 parent ffb61cb commit 293a57b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/pivotgrid/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ The following table lists parameters of the `PivotGridRow`, `PivotGridColumn` an
168168
| --- | --- | --- |
169169
| `Aggregate` | `PivotGridAggregateType` enum <br /> (`Sum`) | The nature of the calculated aggregate values. Applies to `PivotGridMeasure` only. |
170170
| `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. |
171+
| `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%}). |
171172
| `Name` | `string` | The field name of the respective row, column or measure. |
172173

173174

0 commit comments

Comments
 (0)