Skip to main content
All docs
V23.2

DataViewBase.CanRefreshDataSource() Method

Returns whether a user can execute the RefreshDataSource command.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.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