Skip to main content
All docs
V23.2

ItemsView.RefreshData(IReadOnlyCollection<Int32>) Method

Namespace: DevExpress.XtraGrid.Views.Items

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