PivotGridGroup.CanAdd(PivotGridField) Method
Indicates whether the specified field can be added to the field group.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridField | A PivotGridField object which represents the field being examined. |
Returns
Type | Description |
---|---|
Boolean | true if the specified field can be added to the group; otherwise, false. |
Remarks
A field cannot be added to the field groups if it’s already contained within the group.
See Also