PivotGridWebGroup Members
A group of fields.Constructors
| Name | Description |
|---|---|
| PivotGridWebGroup() | Initializes a new instance of the PivotGridWebGroup class with default settings. |
Properties
| Name | Description |
|---|---|
| Area | Gets the area of the pivot grid in which the group is displayed. Inherited from PivotGridGroup. |
| AreaIndex | Gets the index of the first field within the group among the other fields displayed within the same area. Inherited from PivotGridGroup. |
| Caption | Gets or sets the group’s caption. Inherited from PivotGridGroup. |
| Count | Gets the number of fields within the group. Inherited from PivotGridGroup. |
| Fields | Provides access to the group’s field collection. |
| FilterValues | Gets the group filter condition. Inherited from PivotGridGroup. |
| Hierarchy | Gets or sets the name of the hierarchy to which the current field group belongs. Inherited from PivotGridGroup. |
| Index | Gets the group’s position within the collection that owns it. Inherited from PivotGridGroup. |
| IsFilterAllowed | Gets whether the group filter is used to filter data against the group’s fields. Inherited from PivotGridGroup. |
| IsOLAP | Gets whether the control is in OLAP mode. Inherited from PivotGridGroup. |
| Item[Int32] | Provides indexed access to the fields in the group. Inherited from PivotGridGroup. |
| ShowNewValues | Gets or sets whether field values that have appeared in the datasource after the field’s filtering was configured should be shown. Inherited from PivotGridGroup. |
| Visible | Gets whether the group is visible. Inherited from PivotGridGroup. |
| VisibleCount | Gets the number of visible fields within the current group. Inherited from PivotGridGroup. |
Methods
| Name | Description |
|---|---|
| Add(PivotGridFieldBase) | Adds the specified field to the PivotGridGroup.Fields collection of the current group. Inherited from PivotGridGroup. |
| AddRange(PivotGridFieldBase[]) | Adds an array of fields to the PivotGridGroup.Fields collection of the current group. Inherited from PivotGridGroup. |
| CanAdd(PivotGridFieldBase) | Indicates whether the specified field can be added to the field group. Inherited from PivotGridGroup. |
| CanChangeArea(PivotGridFieldBase) | Determines whether changing the location of the specified field will change the location of the entire group. Inherited from PivotGridGroup. |
| CanChangeAreaTo(PivotArea, Int32) | Determines whether the group can be moved to the specified location. Inherited from PivotGridGroup. |
| CanExpandField(PivotGridFieldBase) | Indicates whether the specified field can be expanded/collapsed. Inherited from PivotGridGroup. |
| ChangeFieldIndex(PivotGridFieldBase, Int32) | Moves the specified field to the specified position within the group. Inherited from PivotGridGroup. |
| Clear() | Removes all elements from the PivotGridGroup.Fields collection. Inherited from PivotGridGroup. |
| Contains(PivotGridFieldBase) | Indicates whether the current group contains the specified field. Inherited from PivotGridGroup. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetOLAPMembers(IOLAPMember) | Inherited from PivotGridGroup. |
| GetOLAPMembersAsync(IOLAPMember) | Inherited from PivotGridGroup. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GetUniqueValues(Object[]) | Returns the unique child values of the specified group value. Inherited from PivotGridGroup. |
| GetUniqueValuesAsync(Object[]) | Inherited from PivotGridGroup. |
| GetVisibleFields() | Gets the list of expanded fields in this group. Inherited from PivotGridGroup. |
| IndexOf(PivotGridFieldBase) | Returns the specified field’s position within the group. Inherited from PivotGridGroup. |
| IsFieldVisible(PivotGridFieldBase) | Returns a value which identifies whether the specified field is visible. Inherited from PivotGridGroup. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| OnChanged() | This method is intended for internal use only. Normally, you don’t need to use it. Inherited from PivotGridGroup. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Remove(PivotGridFieldBase) | Removes the specified field from the group. Inherited from PivotGridGroup. |
| RemoveAt(Int32) | Removes a field from the group by its index. Inherited from PivotGridGroup. |
| ToString() | Returns the group’s display text. Inherited from PivotGridGroup. |
| XtraCreateFieldsItem(XtraItemEventArgs) | This method supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PivotGridGroup. |
See Also