Skip to main content
A newer version of this page is available. .

UnboundDataSource.Reset(Int32) Method

Changes the number of displayed records.

Namespace: DevExpress.Xpf.Core.DataSources

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void Reset(
    int countAfterReset = 0
)

Optional Parameters

Name Type Default Description
countAfterReset Int32 0

An integer value that is the number of data source records.

Remarks

Use the Reset method to change the number of records displayed by the control.

See Also