Back to Devexpress

PivotCustomDrawCellThreadSafeEventArgs Members

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

latest11.8 KB
Original Source

PivotCustomDrawCellThreadSafeEventArgs Members

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

Constructors

NameDescription
PivotCustomDrawCellThreadSafeEventArgs(IThreadSafeAccessible, PivotCustomDrawCellEventArgs)Initializes a new instance of the PivotCustomDrawCellThreadSafeEventArgs class.

Properties

NameDescription
AppearanceGets or sets the painted element’s appearance settings.
BoundsGets the cell bounds. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
ColumnCountGets the number of columns displayed in the pivot grid. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
ColumnCustomTotalGets the column custom total that contains the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
ColumnFieldGets the innermost column field that corresponds to the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
ColumnFieldIndexFor internal use. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
ColumnIndexGets the visual index of the column that contains the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
ColumnValueTypeGets the type of column that contains the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
DataFieldGets the data field that identifies the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
DisplayTextGets the display text of the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
FieldsProvides thread safe access to a pivot grid field collection. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
FocusedGets whether the current cell is focused. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
GraphicsGets an object used to paint an element.
GraphicsCacheGets an object that specifies the storage for the most frequently used pens, fonts and brushes.
GroupsProvides thread safe access to a pivot grid group collection. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
HandledGets or sets whether the event has been handled.
RowCountGets the number of rows displayed in the pivot grid. Inherited from PivotCustomDrawBaseThreadSafeEventArgs.
RowCustomTotalGets the row custom total that contains the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
RowFieldGets the innermost row field that corresponds to the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
RowFieldIndexFor internal use. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
RowIndexGets the visual index of the row that contains the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
RowValueTypeGets the type of row that contains the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
SelectedGets whether the current cell is selected. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
SummaryTypeGets the type of summary calculated in the current cell. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.
ValueGets the current cell’s value. Inherited from PivotCustomDrawCellBaseThreadSafeEventArgs.

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.
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

PivotCustomDrawCellThreadSafeEventArgs Class

DevExpress.XtraPivotGrid Namespace