PivotFieldImageIndexEventArgs Properties
Provides data for the PivotGridControl.FieldValueImageIndex event.Name | Description |
---|---|
CustomTotal | 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 PivotFieldValueEventArgs. |
DataField | Gets the data field that identifies the processed value. |
Field | Gets the field being processed. |
FieldIndex | Gets the field position among the visible fields within the header area. |
ImageIndex | Gets or sets the index of the image to display within the currently processed column/row header. |
IsCollapsed | Gets whether the processed field value is collapsed. |
IsColumn | Gets whether the field is displayed within the Column Header Area. |
IsOthersValue | Gets whether the current header corresponds to the “Others” row/column. |
Item | For internal use. Inherited from PivotFieldValueEventArgsBase<T>. |
MaxIndex | Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. |
MinIndex | Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. |
ThreadSafeArgs | 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. |
ValueType | Gets the type of the currently processed column/row header. |
See Also