Back to Devexpress

CustomizePivotCellEventArgs Properties

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

latest2.4 KB
Original Source

CustomizePivotCellEventArgs Properties

Provides data for the PivotXlsExportOptions.CustomizeCell and PivotXlsxExportOptions.CustomizeCell events.

NameDescription
CellItemInfoGets additional information about a PivotGrid control’s cell whose value should be customized in the exported document.
ColumnTypeGets a value that identifies the column containing the cell in the exported document.
ExportAreaGets the PivotGrid field area to which the current cell corresponds.
FormattingGets or sets the object that defines the cell’s formatting settings (font, alignment, background color, format string, etc.)
HandledGets or sets a value indicating whether the PivotXlsExportOptions.CustomizeCell or PivotXlsxExportOptions.CustomizeCell events were handled.
Hyperlink
RowTypeGets a value that identifies the row containing the cell in the exported document.
ValueSpecifies the value of the cell currently being processed.
ValueItemInfoGets the information on the field value to which the current cell corresponds.

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.XtraPivotGrid Namespace