PivotGridCommands.ExpandField Property
In This Article
Expands 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 ExpandField { get; }
#Property Value
Type | Description |
---|---|
Routed |
A Routed |
#Remarks
Corresponding Method: PivotGridField.ExpandAll.
See Also