DxPivotTableField Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Area | Specifies the area where the field is displayed. |
Area |
Specifies the field’s index among other fields displayed within the same area. |
Caption | Specifies the field’s caption displayed in Pivot Table’s header. |
Cell |
Specifies the display format for data cells. |
Cell |
Specifies a template for data cells that correspond to the current field. |
Field | Specifies the name of the database field that is assigned to the current object. |
Group |
Gets or sets how the Pivot Table groups values of the current column or row field. Mostly used for Date |
Header |
Specifies a template to display the current field’s caption. |
Sort |
Specifies the field’s sort order (ascending or descending). |
Summary |
Specifies the type of the summary function which is calculated against the current data field values. |
Value |
Specifies the display format for field values displayed in rows or columns. |
Value |
Specifies a template to display the current field’s values. |
Width | Specifies the width of cells where the field values are displayed. |
#Methods
Name | Description |
---|---|
Change |
Changes the field’s sort order. |
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 |
Serves as the default hash function. Inherited from Object. |
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