The event handler receives an argument of type PivotFieldValueEventArgs containing data related to this event.
The following
PivotFieldValueEventArgs properties provide information specific to this event.
Property |
Description |
CustomTotal |
Gets the custom total which the currently processed column/row header corresponds to. |
Data |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
DataField |
Gets the Data Field that specifies the processed value. |
Field |
|
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 |
|
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. |
The FieldValueExpanded event is raised after a field value has been expanded by an end user. Note that it provides a notification only and you cannot cancel the action. To control whether individual field values can be expanded, handle the FieldValueExpanding event instead.
Note
The FieldValueCollapsed and FieldValueExpanded events raise when a single value is expanded or collapsed and do not fire when end users expand / collapse fields by using the built-in context menu. To be notified when an end-user clicks the "Expand All" or "Collapse All" menu items, use the PopupMenuShowing event. In this case, you can use the PivotContextMenuIds class to identify menu items.