Skip to main content
A newer version of this page is available. .

PivotGridGroupCollection.CanChangeAreaTo(PivotArea, Int32) Method

Determines whether all groups allow a field to be moved to the specified location.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public bool CanChangeAreaTo(
    PivotArea newArea,
    int newAreaIndex
)

Parameters

Name Type Description
newArea PivotArea

A PivotArea enumeration value which specifies the area of the XtraPivotGrid.

newAreaIndex 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