Skip to main content
A newer version of this page is available. .

PivotGridAppearances Properties

Provides the appearance settings used to paint a PivotGridControl.
Name Description
Cell Gets the appearance settings used to paint data cells. Inherited from PivotGridAppearancesBase.
ColumnHeaderArea Gets the appearance settings used to paint the column header area.
CustomizationFormHint
CustomTotalCell Gets the appearance settings used to paint custom total cells. Inherited from PivotGridAppearancesBase.
DataHeaderArea Gets the appearance settings used to paint the data header area.
Empty Gets the appearance settings used to paint the Pivot Grid Control’s empty area.
ExpandButton Gets the appearance settings used to paint expand buttons.
FieldHeader Gets the default appearance settings used to paint field headers. Inherited from PivotGridAppearancesBase.
FieldValue Gets the appearance settings used to paint the values of fields and the default appearance settings used to paint grand totals and totals. Inherited from PivotGridAppearancesBase.
FieldValueGrandTotal Gets the appearance settings used to paint grand total headers. Inherited from PivotGridAppearancesBase.
FieldValueTotal Gets the appearance settings used to paint the headers of Totals. Inherited from PivotGridAppearancesBase.
FilterHeaderArea Gets the appearance settings used to paint the filter header area.
FilterSeparator Gets the appearance settings used to paint the filter header area separator. Inherited from PivotGridAppearancesBase.
FocusedCell Gets the appearance settings used to paint the currently focused cell.
GrandTotalCell Gets the appearance settings used to paint Grand Total cells. Inherited from PivotGridAppearancesBase.
HeaderArea Gets the appearance settings used to paint the header area.
HeaderFilterButton Gets the appearance settings used to paint filter buttons.
HeaderFilterButtonActive Gets the appearance settings used to paint the filter buttons displayed within the field headers that are involved in filtering.
HeaderGroupLine Gets the appearance settings used to paint connector lines between field headers combined in a field group. Inherited from PivotGridAppearancesBase.
IsDisposed Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoading For internal use. Inherited from PivotGridAppearancesBase.
Lines Gets the appearance settings used to paint the horizontal and vertical lines. Inherited from PivotGridAppearancesBase.
PrefilterPanel Gets the appearance settings used to paint the panel displaying the Prefilter’s criteria (when the PivotGridOptionsCustomization.AllowPrefilter option is enabled).
RowHeaderArea Gets the appearance settings used to paint the row header area.
SelectedCell Gets the appearance settings used to paint the selected cells.
SortByColumnIndicatorImage Gets or sets a glyph that is used to indicate that values of column/row fields are sorted by a specific row/column.
TotalCell Gets the appearance settings used to paint automatic total cells. Inherited from PivotGridAppearancesBase.
See Also