PivotGridCommands.HideField Property
In This Article
Hides the specified field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public static RoutedCommand HideField { get; }
#Property Value
Type | Description |
---|---|
Routed |
A Routed |
#Remarks
Corresponding Property: PivotGridField.Visible
See Also