PivotCellBaseEventArgs Properties
Provides data for the events which are invoked for particular data cells.| Name | Description |
|---|---|
| ColumnCustomTotal | Gets the custom total to which the processed cell’s column corresponds. |
| ColumnField | Gets the innermost column field which corresponds to the processed cell. |
| ColumnFieldIndex | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| ColumnIndex | Gets the visual index of the column that contains the processed cell. |
| ColumnValueType | Gets the type of the cell’s column header. |
| DataField | Gets the data field which identifies the column where the processed cell resides. |
| DisplayText | Gets the display text of the cell currently being processed. |
| Focused | Gets whether the processed cell is the focused cell. |
| Handled | Gets 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. |
| OriginalSource | Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs. |
| RoutedEvent | Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs. |
| RowCustomTotal | Gets the custom total to which the processed cell’s row corresponds. |
| RowField | Gets the innermost row field which corresponds to the processed cell. |
| RowFieldIndex | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| RowIndex | Gets the visual index of the row that contains the processed cell. |
| RowValueType | Gets the type of the cell’s row header. |
| Selected | Gets whether the processed cell is selected. |
| Source | Gets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs. |
| SummaryType | Gets the type of summary calculated in the current cell. |
| SummaryValue | Gets the summary value currently being processed. |
| Value | Gets the processed cell’s value. |
See Also