PivotGridGroupCollection.CanChangeAreaTo(PivotArea, Int32) Method
In This Article
Determines whether all groups allow a field to be moved to the specified location.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
new |
Pivot |
A Pivot |
new |
Int32 | An integer value which specifies the new index of the field among the other fields displayed within the specified area. |
#Returns
Type | Description |
---|---|
Boolean | true if all groups allow a field to be moved to the location specified; otherwise, false. |
See Also