Skip to main content
All docs
V25.2
  • ItemsView.RefreshData(IReadOnlyCollection<Int32>) Method

    Namespace: DevExpress.XtraGrid.Views.Items

    Assembly: DevExpress.XtraGrid.v25.2.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public void RefreshData(
        IReadOnlyCollection<int> dataSourceRowIndices
    )

    Parameters

    Name Type
    dataSourceRowIndices IReadOnlyCollection<Int32>
    See Also