PivotCustomDrawFieldValueEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Pivot |
Initializes a new instance of the Pivot |
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
Name | Description |
---|---|
Appearance |
Gets the painted element’s appearance settings.
Inherited from Pivot |
Area | Gets the header area where the field is displayed. |
Bounds |
Gets the bounding rectangle of the painted element.
Inherited from Pivot |
Custom |
Gets the custom total which the currently processed column/row header corresponds to. |
Display |
Gets the display text of the header currently being painted. |
Field | Gets the field whose value is to be painted. |
Field |
Gets the field’s position among the visible fields within the header area. |
Graphics |
Gets an object used to paint an element.
Inherited from Pivot |
Graphics |
Gets an object which specifies the storage for the most used pens, fonts and brushes.
Inherited from Pivot |
Handled |
Gets or sets whether an event was handled, if it was handled the default actions are not required.
Inherited from Pivot |
Info | Gets an object which provides the information required to paint a field value. |
Is |
Gets whether the current header corresponds to the “Others” row/column. |
Max |
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. |
Min |
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. |
Painter | Gets the painter object that provides the default element painting mechanism. |
Thread |
Gets an event parameter that provides thread-safe access to event data. |
Value | Gets the value of the column field or row field which the currently processed column/row header corresponds to. |
Value |
Gets the type of the currently processed column/row header. |
#Methods
Name | Description |
---|---|
Default |
Performs default painting of an element.
Inherited from Pivot |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns a value displayed in the specified cell. |
Get |
Returns the specified column or row field’s value for the cell addressed by its zero-based index in the Data Area. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the parent field |
Get |
Returns the value of a specific parent field corresponding to the field value currently being processed. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also