UnboundDataSource.Reset(Int32) Method
Changes the number of displayed records.
Namespace: DevExpress.Xpf.Core.DataSources
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
Note
Calling the Reset method raises the UnboundDataSource.UnboundSourceListChanging and UnboundDataSource.UnboundSourceListChanged events.
See Also