Back to Devexpress

PivotCustomAppearanceEventArgs Properties

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

latest6.2 KB
Original Source

PivotCustomAppearanceEventArgs Properties

Provides data for the PivotGridControl.CustomAppearance event.

NameDescription
AppearanceGets or sets the appearance settings of the currently processed cell.
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.
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

PivotCustomAppearanceEventArgs Class

PivotCustomAppearanceEventArgs Members

DevExpress.XtraPivotGrid Namespace