Back to Devexpress

IThreadSafeAccessible Members

corelibraries-devexpress-dot-xtrapivotgrid-dot-ithreadsafeaccessible-dot-underscore-members.md

latest2.5 KB
Original Source

IThreadSafeAccessible Members

Provides thread-safe access to pivot grid data.

Properties

NameDescription
ColumnCountGets the number of columns displayed in the pivot grid.
FieldsProvides thread safe access to a pivot grid field collection.
GroupsProvides thread safe access to a pivot grid group collection.
IsAsyncInProgressGets whether an asynchronous operation is currently being performed.
RowCountGets the number of rows displayed in the pivot grid.

Methods

NameDescription
GetCellDisplayText(Int32, Int32)Returns text displayed in the specified cell.
GetFieldByArea(PivotArea, Int32)Returns a field located at the specified visual position in the specified area.
GetFieldByLevel(Boolean, Int32)Returns the field located in the specified area at the specified level.
GetFieldCountByArea(PivotArea)Returns the number of fields located in the specified area.
GetFieldsByArea(PivotArea)Returns a list of fields displayed in the specified area.
GetFieldValueDisplayText(IThreadSafeField, Int32)Returns the display representation of the specified field value.

See Also

IThreadSafeAccessible Interface

DevExpress.XtraPivotGrid Namespace