Skip to main content

PivotCustomDrawCellBaseEventArgs Properties

Provides data for custom painting events invoked for particular data cells.
Name Description
Bounds Gets the cell bounds.
ColumnCustomTotal Gets the column custom total that contains the current cell.
ColumnField Gets the innermost column field that corresponds to the current cell.
ColumnFieldIndex For internal use.
ColumnIndex Gets the visual index of the column that contains the current cell.
ColumnValueType Gets the type of column that contains the current cell.
DataField Gets the data field that identifies the current cell.
DisplayText Gets the display text of the current cell.
Focused Gets whether the current cell is focused.
RowCustomTotal Gets the row custom total that contains the current cell.
RowField Gets the innermost row field that corresponds to the current cell.
RowFieldIndex For internal use.
RowIndex Gets the visual index of the row that contains the current cell.
RowValueType Gets the type of row that contains the current cell.
Selected Gets whether the current cell is selected.
SummaryType Gets the type of summary calculated in the current cell.
SummaryValue Gets values of the predefined summaries calculated for the current cell.
ThreadSafeArgs Gets an event parameter that provides thread-safe access to event data.
Value Gets the current cell’s value.
See Also