PivotGridCommands.ReloadData Property
In This Article
Reloads data from the control’s data source and recalculates summaries.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public static RoutedCommand ReloadData { get; }
#Property Value
Type | Description |
---|---|
Routed |
A Routed |
#Remarks
Corresponding Method: PivotGridControl.ReloadData.
See Also