Back to Devexpress

GridCommands.Refresh Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcommands-e2f197a1.md

latest1.3 KB
Original Source

GridCommands.Refresh Property

Refreshes the grid’s ItemsSource. Note that this command duplicates the RefreshDataSource command.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public static RoutedCommand Refresh { get; }
vb
<Browsable(False)>
Public Shared ReadOnly Property Refresh As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A routed command that implements the ICommand.

|

See Also

GridCommands Class

GridCommands Members

DevExpress.Xpf.Grid Namespace