PivotGridFieldAppearances Properties
Provides the appearance settings used to paint the elements in a field.| Name | Description |
|---|---|
| Cell | Gets the appearance settings used to paint regular cells corresponding to the current data field. |
| CellGrandTotal | Gets the appearance settings used to paint grand total cells corresponding to the current data field. |
| CellTotal | Gets the appearance settings used to paint total cells corresponding to the current data field. |
| Header | Gets the appearance settings used to paint the current field’s header. |
| IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
| IsLoading | For internal use. |
| Value | Gets the appearance settings used to paint the values of fields. |
| ValueGrandTotal | Gets the appearance settings used to paint the Grand Total headers. |
| ValueTotal | Gets the appearance settings used to paint the field’s totals. |
See Also