Back to Devexpress

PivotGridGroup.CanChangeAreaTo(PivotArea, Int32) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroup-dot-canchangeareato-x28-devexpress-dot-xtrapivotgrid-dot-pivotarea-system-dot-int32-x29.md

latest2.1 KB
Original Source

PivotGridGroup.CanChangeAreaTo(PivotArea, Int32) Method

Determines whether the group can be moved to the specified location.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public bool CanChangeAreaTo(
    PivotArea newArea,
    int newAreaIndex
)
vb
Public Function CanChangeAreaTo(
    newArea As PivotArea,
    newAreaIndex As Integer
) As Boolean

Parameters

NameTypeDescription
newAreaPivotArea

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

| | 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

TypeDescription
Boolean

true if the group can be moved to the location specified; otherwise, false.

|

See Also

CanChangeArea(PivotGridFieldBase)

PivotGridGroup Class

PivotGridGroup Members

DevExpress.XtraPivotGrid Namespace