menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IParallelizableView - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved