Interface IParallelizableView
Implement this interface to instruct the QueryableCollectionView derived view for generating PLINQ query expression trees.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public interface IParallelizableView
Properties
UsePLINQ
Gets or sets the boolean value indicating whether to use PLINQ.
Declaration
bool UsePLINQ { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The boolean value indicating whether to use PLINQ. |