Back to Devexpress

PLinqServerModeDataSource Class

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

latest2.9 KB
Original Source

PLinqServerModeDataSource Class

A non-visual component that you can use as a PLINQ data source for the GridControl in Server Mode. This component supports IEnumerable<T> sources.

Namespace : DevExpress.Xpf.Core.ServerMode

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class PLinqServerModeDataSource :
    PLinqDataSourceBase
vb
Public Class PLinqServerModeDataSource
    Inherits PLinqDataSourceBase

Remarks

You can access PLinqServerModeDataSource from the Visual Studio XAML Designer. Bind the GridControl to PLinqServerModeDataSource to speed up in-memory data shaping operations.

To specify the source collection for PLinqServerModeDataSource , bind the collection to the PLinqServerModeDataSource.ListSource property. The collection should implement the IListSource interface.

Refer to the following topic for information on PLINQ data sources: Speed Up In-memory Operations with PLINQ.

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Core.DXDesignTimeControl DevExpress.Xpf.Core.DataSources.SimpleDataSourceBase ItemsSourceDataSourceBase DevExpress.Xpf.Core.DataSources.PLinqDataSourceBase PLinqServerModeDataSource

See Also

PLinqServerModeDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace