Back to Devexpress

PivotGridCommands.ExpandField Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-fb455fc3.md

latest1.5 KB
Original Source

PivotGridCommands.ExpandField Property

Expands all the rows/columns which correspond to the specified column field or row field.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public static RoutedCommand ExpandField { get; }
vb
Public Shared ReadOnly Property ExpandField As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines a command implementing the ICommand, and is routed through the element tree.

|

Remarks

Corresponding Method: PivotGridField.ExpandAll.

See Also

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace