Skip to main content

IChunkListObject.ChunkObject Property

Stores the data correlated to a data object that is an element of the ChunkList<T>.

Namespace: DevExpress.Xpf.ChunkList

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

NuGet Package: DevExpress.Wpf.Core

Declaration

object ChunkObject { get; set; }

Property Value

Type Description
Object

A ChunkList<T> data object.

Remarks

To learn more, see Frequent Update Performance Enhancement.

See Also