Back to Devexpress

PivotGridCommands.HideField Property

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

latest1.4 KB
Original Source

PivotGridCommands.HideField Property

Hides the specified field.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public static RoutedCommand HideField { get; }
vb
Public Shared ReadOnly Property HideField 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 Property: PivotGridField.Visible

See Also

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace