Skip to main content

UnboundDataSource.Reset(Int32) Method

Changes the number of displayed records.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Package: 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