Back to Devexpress

PivotCustomDrawCellBaseThreadSafeEventArgs Properties

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

latest4.8 KB
Original Source

PivotCustomDrawCellBaseThreadSafeEventArgs Properties

Provides thread-safe access to data for custom painting events invoked for particular data cells.

NameDescription
BoundsGets the cell bounds.
ColumnCountGets the number of columns displayed in the pivot grid. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
ColumnCustomTotalGets the column custom total that contains the current cell.
ColumnFieldGets the innermost column field that corresponds to the current cell.
ColumnFieldIndexFor internal use.
ColumnIndexGets the visual index of the column that contains the current cell.
ColumnValueTypeGets the type of column that contains the current cell.
DataFieldGets the data field that identifies the current cell.
DisplayTextGets the display text of the current cell.
FieldsProvides thread safe access to a pivot grid field collection. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
FocusedGets whether the current cell is focused.
GroupsProvides thread safe access to a pivot grid group collection. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
RowCountGets the number of rows displayed in the pivot grid. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
RowCustomTotalGets the row custom total that contains the current cell.
RowFieldGets the innermost row field that corresponds to the current cell.
RowFieldIndexFor internal use.
RowIndexGets the visual index of the row that contains the current cell.
RowValueTypeGets the type of row that contains the current cell.
SelectedGets whether the current cell is selected.
SummaryTypeGets the type of summary calculated in the current cell.
ValueGets the current cell’s value.

See Also

PivotCustomDrawCellBaseThreadSafeEventArgs Class

PivotCustomDrawCellBaseThreadSafeEventArgs Members

DevExpress.XtraPivotGrid Namespace