ChunkList<T>.UseChunksCache Property
Gets whether the chunk list stores chunk indexes for its items in a hash table.
Namespace: DevExpress.Xpf.ChunkList
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The value of the UseChunksCache property is set by the useChunksCache parameter of the ChunkList<T> constructor.
See Also