alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class DataSourceUpdateEventArgs

    Class which holds the property for updating datasource

    Inheritance
    System.Object
    DataSourceUpdateEventArgs
    Namespace: Syncfusion.Windows.Controls.PivotGrid.Converter
    Assembly: Syncfusion.PivotGridConverter.Wpf.dll
    Syntax
    public class DataSourceUpdateEventArgs : EventArgs

    Constructors

    DataSourceUpdateEventArgs()

    Default Constructor

    Declaration
    public DataSourceUpdateEventArgs()

    Properties

    ComputationProperty

    Gets or sets the properties needed for custom summary computation.

    Declaration
    public Dictionary<string, DataSourceUpdateEventArgs.ComputationProperties> ComputationProperty { get; set; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.String, DataSourceUpdateEventArgs.ComputationProperties>

    DataSource

    Gets or sets the DataTable as DataSource for PivotGrid.

    Declaration
    public DataTable DataSource { get; set; }
    Property Value
    Type
    System.Data.DataTable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved