DataViewBase.CanRefreshDataSource() Method
Returns whether a user can execute the RefreshDataSource command.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Returns
| Type | Description |
|---|---|
| Boolean | true if a user can execute the RefreshDataSource command; otherwise, false. |
See Also