PivotGridCommands.CollapseField Property
In This Article
Collapses all the rows/columns which correspond to the specified column field or row field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public static RoutedCommand CollapseField { get; }
#Property Value
Type | Description |
---|---|
Routed |
A Routed |
#Remarks
Corresponding Method: PivotGridField.CollapseAll.
See Also