Skip to main content
A newer version of this page is available. .
All docs
V21.2

DataViewBase.CanRefreshDataSource() Method

Returns whether a user can execute the RefreshDataSource command.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool CanRefreshDataSource()

Returns

Type Description
Boolean

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

See Also