XRPivotGridStyles Properties
Represents the container of styles which determine the appearance of XRPivotGrid‘s elements.| Name | Description |
|---|---|
| CellStyle | Gets or sets a style which is used to print data cells. |
| CustomTotalCellStyle | Gets or sets a style which is used to print custom total cells. |
| EvenStyle | Overrides the XRControlStyles.EvenStyle property to hide it. |
| FieldHeaderStyle | Gets or sets a style which is used to print field headers. |
| FieldValueGrandTotalStyle | Gets or sets a style which is used to print grand total headers. |
| FieldValueStyle | Gets or sets a style which is used to print the values of fields. |
| FieldValueTotalStyle | Gets or sets a style which is used to print the headers of Totals. |
| FilterSeparatorStyle | Gets or sets a style which is used to print the filter header area separator. |
| GrandTotalCellStyle | Gets or sets a style which is used to print Grand Total cells. |
| HeaderGroupLineStyle | Gets or sets a style which is used to print connector lines between field headers combined in a field group. |
| LinesStyle | Gets or sets a style which is used to print the horizontal and vertical lines. |
| OddStyle | Overrides the XRControlStyles.OddStyle property to hide it. |
| Style | Overrides the XRControlStyles.Style property to hide it. |
| TotalCellStyle | Gets or sets a style which is used to print automatic total cells. |
See Also