Back to Devexpress

PivotCustomCellAppearanceEventArgs Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomcellappearanceeventargs-dot-underscore-properties.md

latest7.5 KB
Original Source

PivotCustomCellAppearanceEventArgs Properties

Provides data for the PivotGridControl.CustomCellAppearance event.

NameDescription
BackgroundGets or sets the brush used to paint the background of the processed cell.
ColumnCustomTotalGets the custom total to which the processed cell’s column corresponds. Inherited from PivotCellBaseEventArgs.
ColumnFieldGets the innermost column field which corresponds to the processed cell. Inherited from PivotCellBaseEventArgs.
ColumnFieldIndexThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PivotCellBaseEventArgs.
ColumnIndexGets the visual index of the column that contains the processed cell. Inherited from PivotCellBaseEventArgs.
ColumnValueTypeGets the type of the cell’s column header. Inherited from PivotCellBaseEventArgs.
DataFieldGets the data field which identifies the column where the processed cell resides. Inherited from PivotCellBaseEventArgs.
DisplayTextGets the display text of the cell currently being processed. Inherited from PivotCellBaseEventArgs.
FocusedGets whether the processed cell is the focused cell. Inherited from PivotCellBaseEventArgs.
ForegroundGets or sets the brush used to paint the foreground of the processed cell.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
IsExportingGets or sets whether the pivot grid is being exported (or printed).
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
OverrideFormatRuleColorAllows you to override the format rule colors using the PivotGridControl.CustomCellAppearance event.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
RowCustomTotalGets the custom total to which the processed cell’s row corresponds. Inherited from PivotCellBaseEventArgs.
RowFieldGets the innermost row field which corresponds to the processed cell. Inherited from PivotCellBaseEventArgs.
RowFieldIndexThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PivotCellBaseEventArgs.
RowIndexGets the visual index of the row that contains the processed cell. Inherited from PivotCellBaseEventArgs.
RowValueTypeGets the type of the cell’s row header. Inherited from PivotCellBaseEventArgs.
SelectedGets whether the processed cell is selected. Inherited from PivotCellBaseEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
SummaryTypeGets the type of summary calculated in the current cell. Inherited from PivotCellBaseEventArgs.
SummaryValueGets the summary value currently being processed. Inherited from PivotCellBaseEventArgs.
ValueGets the processed cell’s value. Inherited from PivotCellBaseEventArgs.

See Also

PivotCustomCellAppearanceEventArgs Class

PivotCustomCellAppearanceEventArgs Members

DevExpress.Xpf.PivotGrid Namespace