Skip to main content

PivotFieldValueEventArgsBase<T> Properties

Serves as a base for classes that provide data for the events which are used to customize column and row headers.
Name Description
CustomTotal Gets the custom total that corresponds to the currently processed column/row header.
DataField Gets the data field that specifies the processed value.
Field Gets the field being processed. Inherited from PivotFieldEventArgsBase<T>.
FieldIndex Gets the field position among the visible fields within the header area.
IsCollapsed Gets whether the processed field value is collapsed.
IsColumn Gets whether the field is displayed within the Column Header Area.
IsOthersValue Gets or sets whether the current header corresponds to the “Others” row/column.
Item For internal use.
MaxIndex Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the processed field value.
MinIndex Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the processed field value.
Value Gets the column field or row field value that corresponds to the currently processed column/row header.
ValueType Gets the type of the currently processed header of a column or a row.
See Also