PivotGridGroup.CanExpandField(PivotGridFieldBase) Method
Indicates whether the specified field can be expanded/collapsed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridFieldBase | A PivotGridFieldBase descendant that represents the field. |
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