PivotFieldImageIndexEventArgs Properties
Provides data for the PivotGridControl.FieldValueImageIndex event.
Name | Description |
---|---|
Custom |
Gets the custom total that corresponds to the currently processed column/row header. |
Data |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inherited from Pivot |
Data |
Gets the data field that identifies the processed value. |
Field | Gets the field being processed. |
Field |
Gets the field position among the visible fields within the header area. |
Image |
Gets or sets the index of the image to display within the currently processed column/row header. |
Is |
Gets whether the processed field value is collapsed. |
Is |
Gets whether the field is displayed within the Column Header Area. |
Is |
Gets whether the current header corresponds to the “Others” row/column. |
Item |
For internal use.
Inherited from Pivot |
Max |
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. |
Min |
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. |
Thread |
Gets an event parameter that provides thread-safe access to event data. |
Value | Gets the column field or row field value that corresponds to the currently processed column/row header. |
Value |
Gets the type of the currently processed column/row header. |
See Also