Skip to main content

ChunkList<T>.SupportPropertyChanged Property

Gets whether the chunk list listens to PropertyChanged events of its elements.

Namespace: DevExpress.Xpf.ChunkList

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool SupportPropertyChanged { get; }

Property Value

Type Description
Boolean

true if the chunk list listens to PropertyChanged events of its elements; otherwise, false.

Remarks

The value of the SupportPropertyChanged property is set by the supportPropertyChanged parameter of the ChunkList<T> constructor.

See Also