PivotGridAppearancesBase Properties
Represents the base class for classes that provide appearance settings for a PivotGridControl.Name | Description |
---|---|
Cell | Gets the appearance settings used to paint data cells. |
CustomTotalCell | Gets the appearance settings used to paint custom total cells. |
FieldHeader | Gets the default appearance settings used to paint field headers. |
FieldValue | Gets the appearance settings used to paint the values of fields and the default appearance settings used to paint grand totals and totals. |
FieldValueGrandTotal | Gets the appearance settings used to paint grand total headers. |
FieldValueTotal | Gets the appearance settings used to paint the headers of Totals. |
FilterSeparator | Gets the appearance settings used to paint the filter header area separator. |
GrandTotalCell | Gets the appearance settings used to paint Grand Total cells. |
HeaderGroupLine | Gets the appearance settings used to paint connector lines between field headers combined in a field group. |
IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
IsLoading | For internal use. |
Lines | Gets the appearance settings used to paint the horizontal and vertical lines. |
TotalCell | Gets the appearance settings used to paint automatic total cells. |
See Also