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 |
---|
System.Windows.RoutedEvent |
GenericDrop
Custom routed event for drop action.
Declaration
public static readonly RoutedEvent GenericDrop
Field Value
Type |
---|
System.Windows.RoutedEvent |
Properties
PivotComputationFields
Gets or sets the collection of PivotComputationInfo fields.
Declaration
public ObservableCollection<PivotComputationInfo> PivotComputationFields { get; set; }
Property Value
Type |
---|
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 |
---|
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 |
---|
System.Object |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Implements
System.Windows.Markup.IComponentConnector