Back to Devexpress

PivotCustomDrawCellEventArgs Properties

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomdrawcelleventargs-dot-underscore-properties.md

latest6.6 KB
Original Source

PivotCustomDrawCellEventArgs Properties

Provides data for the PivotGridControl.CustomDrawCell event.

NameDescription
AppearanceGets the painted cell’s appearance settings.
BoundsGets the cell bounds. Inherited from PivotCustomDrawCellBaseEventArgs.
ColumnCustomTotalGets the column custom total that contains the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
ColumnFieldGets the innermost column field that corresponds to the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
ColumnFieldIndexFor internal use. Inherited from PivotCustomDrawCellBaseEventArgs.
ColumnIndexGets the visual index of the column that contains the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
ColumnValueTypeGets the type of column that contains the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
DataFieldGets the data field that identifies the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
DisplayTextGets the display text of the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
FocusedGets whether the current cell is focused. Inherited from PivotCustomDrawCellBaseEventArgs.
GraphicsGets the object used to paint a cell.
GraphicsCacheGets an object which specifies the storage for the most used pens, fonts and brushes.
HandledGets or sets whether an event was handled, if it was handled the default actions are not required.
RowCustomTotalGets the row custom total that contains the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
RowFieldGets the innermost row field that corresponds to the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
RowFieldIndexFor internal use. Inherited from PivotCustomDrawCellBaseEventArgs.
RowIndexGets the visual index of the row that contains the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
RowValueTypeGets the type of row that contains the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
SelectedGets whether the current cell is selected. Inherited from PivotCustomDrawCellBaseEventArgs.
SummaryTypeGets the type of summary calculated in the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
SummaryValueGets values of the predefined summaries calculated for the current cell. Inherited from PivotCustomDrawCellBaseEventArgs.
ThreadSafeArgsGets an event parameter that provides thread-safe access to event data.
ValueGets the current cell’s value. Inherited from PivotCustomDrawCellBaseEventArgs.

See Also

PivotCustomDrawCellEventArgs Class

PivotCustomDrawCellEventArgs Members

DevExpress.XtraPivotGrid Namespace