Skip to main content
All docs
V25.1
  • 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

    public bool CanRefreshDataSource()

    Returns

    Type Description
    Boolean

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

    See Also