menu

WPF

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

    Show / Hide Table of Contents

    Class ComputationInfoWindow

    This class holds the information required for calculations that appear in PivotGrid.

    Inheritance
    System.Object
    ChromelessWindow
    ComputationInfoWindow
    Implements
    System.Windows.Markup.IComponentConnector
    Inherited Members
    ChromelessWindow.ArrangeOverride(Size)
    ChromelessWindow.CloseButtonTemplate
    ChromelessWindow.CloseButtonTemplateProperty
    ChromelessWindow.CloseWindow
    ChromelessWindow.CornerRadius
    ChromelessWindow.CornerRadiusProperty
    ChromelessWindow.HideTaskBar
    ChromelessWindow.HideTaskBarProperty
    ChromelessWindow.IconAlignment
    ChromelessWindow.IconAlignmentProperty
    ChromelessWindow.IsGlassActiveChanged
    ChromelessWindow.LeftHeaderItemsSource
    ChromelessWindow.LeftHeaderItemsSourceProperty
    ChromelessWindow.LeftHeaderItemTemplate
    ChromelessWindow.LeftHeaderItemTemplateProperty
    ChromelessWindow.MaximizeButtonTemplate
    ChromelessWindow.MaximizeButtonTemplateProperty
    ChromelessWindow.MeasureOverride(Size)
    ChromelessWindow.MinimizeButtonTemplate
    ChromelessWindow.MinimizeButtonTemplateProperty
    ChromelessWindow.NavigationBarBackground
    ChromelessWindow.NavigationBarBackgroundProperty
    ChromelessWindow.OnApplyTemplate()
    ChromelessWindow.OnIsGlassActiveChanged(DependencyPropertyChangedEventArgs)
    ChromelessWindow.OnMouseDown(MouseButtonEventArgs)
    ChromelessWindow.OnMouseLeftButtonUp(MouseButtonEventArgs)
    ChromelessWindow.OnMouseMove(MouseEventArgs)
    ChromelessWindow.OnMouseUp(MouseButtonEventArgs)
    ChromelessWindow.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)
    ChromelessWindow.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)
    ChromelessWindow.OnPreviewMouseMove(MouseEventArgs)
    ChromelessWindow.OnSourceInitialized(EventArgs)
    ChromelessWindow.ResizeBorderBrush
    ChromelessWindow.ResizeBorderBrushProperty
    ChromelessWindow.ResizeBorderThickness
    ChromelessWindow.ResizeBorderThicknessProperty
    ChromelessWindow.ReSizeGripMouseEvent
    ChromelessWindow.ResizeGripStyle
    ChromelessWindow.ResizeGripStyleProperty
    ChromelessWindow.RestoreButtonTemplate
    ChromelessWindow.RestoreButtonTemplateProperty
    ChromelessWindow.RightHeaderItemsSource
    ChromelessWindow.RightHeaderItemsSourceProperty
    ChromelessWindow.RightHeaderItemTemplate
    ChromelessWindow.RightHeaderItemTemplateProperty
    ChromelessWindow.ShowIcon
    ChromelessWindow.ShowIconProperty
    ChromelessWindow.ShowMaximizeButton
    ChromelessWindow.ShowMaximizeButtonProperty
    ChromelessWindow.ShowMinimizeButton
    ChromelessWindow.ShowMinimizeButtonProperty
    ChromelessWindow.ShowTitle
    ChromelessWindow.ShowTitleProperty
    ChromelessWindow.SystemButtonsUpdate()
    ChromelessWindow.TitleBar
    ChromelessWindow.TitleBarBackground
    ChromelessWindow.TitleBarBackgroundProperty
    ChromelessWindow.TitleBarForeground
    ChromelessWindow.TitleBarForegroundProperty
    ChromelessWindow.TitleBarHeight
    ChromelessWindow.TitleBarHeightProperty
    ChromelessWindow.TitleBarTemplate
    ChromelessWindow.TitleBarTemplateProperty
    ChromelessWindow.TitleFontSize
    ChromelessWindow.TitleFontSizeProperty
    ChromelessWindow.TitleTextAlignment
    ChromelessWindow.TitleTextAlignmentProperty
    ChromelessWindow.ToggleMaximizedState
    ChromelessWindow.ToggleMinimizedState
    ChromelessWindow.UseNativeChrome
    ChromelessWindow.UseNativeChromeProperty
    ChromelessWindow.WindowContentAreaBorderBrush
    ChromelessWindow.WindowContentAreaBorderBrushProperty
    ChromelessWindow.WindowCornerRadiusProperty
    Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class ComputationInfoWindow : ChromelessWindow, IComponentConnector

    Constructors

    ComputationInfoWindow()

    Initializes a new instance of the ComputationInfoWindow class.

    Declaration
    public ComputationInfoWindow()

    ComputationInfoWindow(Object)

    Initializes a new instance of the ComputationInfoWindow class.

    Declaration
    public ComputationInfoWindow(object context)
    Parameters
    Type Name Description
    System.Object context

    The context.

    ComputationInfoWindow(Object, String[])

    Initializes a new instance of the ComputationInfoWindow class.

    Declaration
    public ComputationInfoWindow(object context, string[] pivotRowAndColumns)
    Parameters
    Type Name Description
    System.Object context

    The context.

    System.String[] pivotRowAndColumns

    The Pivot rows and columns.

    ComputationInfoWindow(Object, String[], List<Object>)

    Initializes a new instance of the ComputationInfoWindow class.

    Declaration
    public ComputationInfoWindow(object context, string[] pivotRowAndColumns, List<object> pivotItems)
    Parameters
    Type Name Description
    System.Object context

    The context.

    System.String[] pivotRowAndColumns

    The Pivot rows and columns.

    System.Collections.Generic.List<System.Object> pivotItems

    The list of PivotItems.

    ComputationInfoWindow(Object, String[], List<Object>, IPivotControl)

    Initializes a new instance of the ComputationInfoWindow class.

    Declaration
    public ComputationInfoWindow(object context, string[] pivotRowAndColumns, List<object> pivotItems, IPivotControl pivotControl)
    Parameters
    Type Name Description
    System.Object context

    The context.

    System.String[] pivotRowAndColumns

    The Pivot rows and columns.

    System.Collections.Generic.List<System.Object> pivotItems

    The list of PivotItems.

    IPivotControl pivotControl

    The instance of PivotGrid control

    Properties

    ComputationInfo

    Gets or sets the computation object.

    Declaration
    public PivotComputationInfo ComputationInfo { get; set; }
    Property Value
    Type
    PivotComputationInfo

    ComputationInfoClone

    Gets or sets the cloned computation object.

    Declaration
    public PivotComputationInfo ComputationInfoClone { get; set; }
    Property Value
    Type
    PivotComputationInfo

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Invoked whenever the effective value of any dependency property on this object has been updated.

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values.

    Overrides
    ChromelessWindow.OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Implements

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