Back to Devexpress

PivotGridCommands.ChangeFieldValueExpanded Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-44c2400c.md

latest2.0 KB
Original Source

PivotGridCommands.ChangeFieldValueExpanded Property

Toggles the specified field value‘s expanded state.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public static RoutedCommand ChangeFieldValueExpanded { get; }
vb
Public Shared ReadOnly Property ChangeFieldValueExpanded 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 Methods: PivotGridControl.ExpandValue and PivotGridControl.CollapseValue.

See Also

ExpandValue(Boolean, Object[])

CollapseValue(Boolean, Object[])

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace