WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridComputationList

    Show / Hide Table of Contents

    Class PivotGridComputationList

    This class holds the information required for calculations to the computation fields in the PivotGrid.

    Inheritance
    System.Object
    PivotGridComputationList
    Implements
    System.Windows.Markup.IComponentConnector
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotGridComputationList : Window, IComponentConnector

    Constructors

    PivotGridComputationList(PivotGridControl, ListBox)

    Initializes a new instance of the PivotGridFieldList class.

    Declaration
    public PivotGridComputationList(PivotGridControl GridControl, ListBox DragSource)
    Parameters
    Type Name Description
    PivotGridControl GridControl

    The PivotGrid control.

    System.Windows.Controls.ListBox DragSource

    The list-box holding items that can be dragged.

    Fields

    GenericDragOver

    Custom routed event for drag-over action.

    Declaration
    public static readonly RoutedEvent GenericDragOver
    Field Value
    Type Description
    System.Windows.RoutedEvent

    GenericDrop

    Custom routed event for drop action.

    Declaration
    public static readonly RoutedEvent GenericDrop
    Field Value
    Type Description
    System.Windows.RoutedEvent

    Properties

    PivotComputationFields

    Gets or sets the collection of PivotComputationInfo fields.

    Declaration
    public ObservableCollection<PivotComputationInfo> PivotComputationFields { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<PivotComputationInfo>

    Methods

    ArrangeOverride(Size)

    Declaration
    protected override Size ArrangeOverride(Size arrangeBounds)
    Parameters
    Type Name Description
    System.Windows.Size arrangeBounds
    Returns
    Type Description
    System.Windows.Size

    GetPivotItem(IDataObject)

    Returns a collection of PivotComputationInfo for computation.

    Declaration
    public object GetPivotItem(IDataObject iDataObject)
    Parameters
    Type Name Description
    System.Windows.IDataObject iDataObject
    Returns
    Type Description
    System.Object

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved