Back to Devexpress

DataViewBase.CanRefreshDataSource() Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-46b1f8b8.md

latest1.2 KB
Original Source

DataViewBase.CanRefreshDataSource() Method

Returns whether a user can execute the RefreshDataSource command.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool CanRefreshDataSource()
vb
Public Function CanRefreshDataSource As Boolean

Returns

TypeDescription
Boolean

true if a user can execute the RefreshDataSource command; otherwise, false.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace