ChunkList<T>.Add(T) Method
Adds the specified item to the collection.
Namespace: DevExpress.Xpf.ChunkList
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | T | An item to be added. |
See Also