Back to Devexpress

PivotFieldImageIndexEventArgs Properties

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

latest4.1 KB
Original Source

PivotFieldImageIndexEventArgs Properties

Provides data for the PivotGridControl.FieldValueImageIndex event.

NameDescription
CustomTotalGets the custom total that corresponds to the currently processed column/row header.
DataThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from PivotFieldValueEventArgs.
DataFieldGets the data field that identifies the processed value.
FieldGets the field being processed.
FieldIndexGets the field position among the visible fields within the header area.
ImageIndexGets or sets the index of the image to display within the currently processed column/row header.
IsCollapsedGets whether the processed field value is collapsed.
IsColumnGets whether the field is displayed within the Column Header Area.
IsOthersValueGets whether the current header corresponds to the “Others” row/column.
ItemFor internal use. Inherited from PivotFieldValueEventArgsBase<T>.
MaxIndexGets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
MinIndexGets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
ThreadSafeArgsGets an event parameter that provides thread-safe access to event data.
ValueGets the column field or row field value that corresponds to the currently processed column/row header.
ValueTypeGets the type of the currently processed column/row header.

See Also

PivotFieldImageIndexEventArgs Class

PivotFieldImageIndexEventArgs Members

DevExpress.XtraPivotGrid Namespace