PivotGridGroup.CanChangeAreaTo(FieldArea, Int32) Method
Determines whether the group can be moved to the specified location.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
newArea | FieldArea | A FieldArea enumeration value which specifies the area of the DXPivotGrid. |
newAreaIndex | Int32 | An integer value which specifies the new index of the first field in the group among the other fields displayed within the specified area. |
Returns
Type | Description |
---|---|
Boolean | true if the group can be moved to the location specified; otherwise, false. |
See Also