Skip to main content

PivotGridGroupCollection.CanChangeAreaTo(PivotArea, Int32) Method

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public bool CanChangeAreaTo(
    PivotArea newArea,
    int newAreaIndex
)

#Parameters

Name Type
newArea PivotArea
newAreaIndex Int32

#Returns

Type
Boolean
See Also