Back to Devexpress

PivotGridCommands.ReloadData Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-14202a7d.md

latest1.5 KB
Original Source

PivotGridCommands.ReloadData Property

Reloads data from the control’s data source and recalculates summaries.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

See Also

ReloadData()

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace