Back to Devexpress

PivotCustomDrawFieldValueEventArgs Properties

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

latest4.8 KB
Original Source

PivotCustomDrawFieldValueEventArgs Properties

Provides data for the PivotGridControl.CustomDrawFieldValue event.

NameDescription
AppearanceGets the painted element’s appearance settings. Inherited from PivotCustomDrawEventArgs.
AreaGets the header area where the field is displayed.
BoundsGets the bounding rectangle of the painted element. Inherited from PivotCustomDrawEventArgs.
CustomTotalGets the custom total which the currently processed column/row header corresponds to.
DisplayTextGets the display text of the header currently being painted.
FieldGets the field whose value is to be painted.
FieldIndexGets the field’s position among the visible fields within the header area.
GraphicsGets an object used to paint an element. Inherited from PivotCustomDrawEventArgs.
GraphicsCacheGets an object which specifies the storage for the most used pens, fonts and brushes. Inherited from PivotCustomDrawEventArgs.
HandledGets or sets whether an event was handled, if it was handled the default actions are not required. Inherited from PivotCustomDrawEventArgs.
InfoGets an object which provides the information required to paint a field value.
IsOthersValueGets whether the current header corresponds to the “Others” row/column.
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.
PainterGets the painter object that provides the default element painting mechanism.
ThreadSafeArgsGets an event parameter that provides thread-safe access to event data.
ValueGets the value of the column field or row field which the currently processed column/row header corresponds to.
ValueTypeGets the type of the currently processed column/row header.

See Also

PivotCustomDrawFieldValueEventArgs Class

PivotCustomDrawFieldValueEventArgs Members

DevExpress.XtraPivotGrid Namespace