PivotGridGroup Members
In This Article
#Constructors
Name | Description |
---|---|
Pivot |
Initializes a new instance of the Pivot |
Pivot |
Initializes a new instance of the Pivot |
#Properties
Name | Description |
---|---|
Area | Gets the area of the pivot grid in which the group is displayed. |
Area |
Gets the index of the first field within the group among the other fields displayed within the same area. |
Caption | Gets or sets the group’s caption. |
Count | Gets the number of fields within the group. |
Fields | Provides access to the group’s field collection. |
Filter |
Gets the group filter condition. |
Hierarchy | Gets or sets the name of the hierarchy to which the current field group belongs. |
Index | Gets the group’s position within the collection that owns it. |
Is |
Gets whether the group filter is used to filter data against the group’s fields. |
Is |
Gets whether the control is in OLAP mode. |
Item[Int32] | Provides indexed access to the fields in the group. |
Show |
Gets or sets whether field values that have appeared in the datasource after the field’s filtering was configured should be shown. |
Visible | Gets whether the group is visible. |
Visible |
Gets the number of visible fields within the current group. |
#Methods
Name | Description |
---|---|
Add |
Adds the specified field to the Pivot |
Add |
Adds an array of fields to the Pivot |
Can |
Indicates whether the specified field can be added to the field group. |
Can |
Determines whether changing the location of the specified field will change the location of the entire group. |
Can |
Determines whether the group can be moved to the specified location. |
Can |
Indicates whether the specified field can be expanded/collapsed. |
Change |
Moves the specified field to the specified position within the group. |
Clear() |
Removes all elements from the Pivot |
Contains |
Indicates whether the current group contains the specified field. |
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 |
|
Get |
|
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the unique child values of the specified group value. |
Get |
|
Get |
Gets the list of expanded fields in this group. |
Index |
Returns the specified field’s position within the group. |
Is |
Returns a value which identifies whether the specified field is visible. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
This method is intended for internal use only. Normally, you don’t need to use it. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified field from the group. |
Remove |
Removes a field from the group by its index. |
To |
Returns the group’s display text. |
Xtra |
This method supports the internal infrastructure and is not intended to be used directly from your code. |
See Also