PivotGridGroup.CanExpandField(PivotGridFieldBase) Method
In This Article
Indicates whether the specified field can be expanded/collapsed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public bool CanExpandField(
PivotGridFieldBase field
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
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