Back to Devexpress

PLinqServerModeDataSource.ListSource Property

wpf-devexpress-dot-xpf-dot-core-dot-servermode-dot-plinqservermodedatasource.md

latest1.3 KB
Original Source

PLinqServerModeDataSource.ListSource Property

Gets or sets the source collection for PLinqServerModeDataSource. 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

PLinqServerModeDataSource Class

PLinqServerModeDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace