Back to Devexpress

PLinqInstantFeedbackDataSource.ListSource Property

wpf-devexpress-dot-xpf-dot-core-dot-servermode-dot-plinqinstantfeedbackdatasource-31db3d7f.md

latest1.6 KB
Original Source

PLinqInstantFeedbackDataSource.ListSource Property

Gets or sets the source collection for PLinqInstantFeedbackDataSource. This is a dependency property.

Namespace : DevExpress.Xpf.Core.ServerMode

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IListSource ListSource { get; set; }
vb
Public Property ListSource As IListSource

Property Value

TypeDescription
IListSource

The source collection that implements IListSource.

|

See Also

Speed Up In-memory Operations with PLINQ

PLinqInstantFeedbackDataSource Class

PLinqInstantFeedbackDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace