Back to Devexpress

PivotFieldImageIndexThreadSafeEventArgs Members

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldimageindexthreadsafeeventargs-dot-underscore-members.md

latest8.5 KB
Original Source

PivotFieldImageIndexThreadSafeEventArgs Members

Provides thread-safe access to the PivotGridControl.FieldValueImageIndex event data.

Constructors

NameDescription
PivotFieldImageIndexThreadSafeEventArgs(IThreadSafeAccessible, PivotFieldImageIndexEventArgs)Initializes a new instance of the PivotFieldImageIndexThreadSafeEventArgs class.

Properties

NameDescription
ColumnCountGets the number of columns displayed in the pivot grid. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
CustomTotalGets the custom total that corresponds to the currently processed column/row header.
DataFieldGets the data field that identifies the processed value.
DisplayTextGets the display text of the processed field value.
FieldGets the field being processed.
FieldIndexGets the field position among the visible fields within the header area.
FieldsProvides thread safe access to a pivot grid field collection. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
GroupsProvides thread safe access to a pivot grid group collection. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
ImageIndexGets or sets the index of the image to display within the currently processed column/row header.
IndexFor internal use.
IsColumnGets whether the field is displayed within the Column Header Area.
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.
RowCountGets the number of rows displayed in the pivot grid. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
ValueTypeGets the type of the currently processed column/row header.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetCellDisplayText(Int32, Int32)Returns the text displayed in the specified cell. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
GetFieldByArea(PivotArea, Int32)Returns a field located at the specified visual position in the specified area. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
GetFieldsByArea(PivotArea)Returns a list of fields displayed in the specified area. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
GetFieldValueDisplayText(IThreadSafeField, Int32)Returns the display representation of the specified field value. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHigherLevelFields()Returns the parent field(s) for the field value being currently processed.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PivotFieldImageIndexThreadSafeEventArgs Class

DevExpress.XtraPivotGrid Namespace