Back to Devexpress

PivotGridGroup.CanExpandField(PivotGridFieldBase) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroup-dot-canexpandfield-x28-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-x29.md

latest1.9 KB
Original Source

PivotGridGroup.CanExpandField(PivotGridFieldBase) Method

Indicates whether the specified field can be expanded/collapsed.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Browsable(false)]
public bool CanExpandField(
    PivotGridFieldBase field
)
vb
<Browsable(False)>
Public Function CanExpandField(
    field As PivotGridFieldBase
) As Boolean

Parameters

NameTypeDescription
fieldPivotGridFieldBase

A PivotGridFieldBase descendant that represents the field.

|

Returns

TypeDescription
Boolean

true if the specified field belongs to the current group and isn’t the right most field within the group; otherwise, false.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

PivotGridGroup Class

PivotGridGroup Members

DevExpress.XtraPivotGrid Namespace