PivotGridOptionsData Members
In This Article
#Constructors
Name | Description |
---|---|
Pivot |
Initializes a new instance of the Pivot |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether summary variations and running totals are calculated independently within individual groups, or throughout the Pivot Grid. |
Auto |
Gets or sets whether field values are expanded or collapsed by default. |
Case |
Gets or sets whether data is grouped case-sensitively. |
Custom |
Gets or sets a converter used to serialize/deserialize arbitrary objects in a custom manner. |
Data |
Gets or sets whether unbound expressions for pivot grid’s data fields are calculated based on the data source records or summary values. |
Data |
Gets or sets the engine used to perform data processing (aggregation, summarization, etc.) in the pivot grid. |
Direct |
Gets or sets whether the calculation engine bypasses the creation of temporary storage for source data. |
Drill |
Gets or sets the maximum number of rows returned when obtaining underlying data. |
Filter |
Gets or sets whether to take into account filter conditions of visible filter fields only. |
Optimize |
Gets or sets whether to use decimal type conversion while calculating data in certain aggregation types. |
Retrieve |
Gets or sets whether to add nested fields when retrieving fields from the bound data source. |
Use |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the options object passed as the parameter to the current object.
Inherited from Pivot |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
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. |
Reset() |
Resets all options to their default values.
Inherited from Base |
Set |
Assigns the specified value to the Pivot |
Should |
Tests whether the Pivot |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
#Events
Name | Description |
---|---|
Options |
For internal use.
Inherited from Pivot |
See Also