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

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.v18.2.dll

Declaration

public bool UseChunksCache { get; }

Property Value

Type Description
Boolean

true if the chunk list stores chunk indexes for its items in a hash table; otherwise, false.

Remarks

The value of the UseChunksCache property is set by the useChunksCache parameter of the ChunkList<T> constructor.

See Also