WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataSourceUpdateEventArgs.ComputationProperties - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataSourceUpdateEventArgs.ComputationProperties

    This class holds the properties needed for computing custom summary.

    Inheritance
    System.Object
    DataSourceUpdateEventArgs.ComputationProperties
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.PivotGrid.Converter
    Assembly: Syncfusion.PivotGridConverter.Wpf.dll
    Syntax
    public class ComputationProperties

    Constructors

    ComputationProperties(String, PivotSubtotalTypes)

    Construct for the class ComputationProperties to initialize field name and sub-total type.

    Declaration
    public ComputationProperties(string newFieldName, PivotSubtotalTypes subTotalType)
    Parameters
    Type Name Description
    System.String newFieldName

    Specified field name for computing custom summary.

    PivotSubtotalTypes subTotalType

    Sub-total type of the specified field name.

    Properties

    FieldName

    Gets or sets the field name for computing custom summary.

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String

    SubTotalType

    Gets or sets the sub-total type of the field for computing custom summary.

    Declaration
    public PivotSubtotalTypes SubTotalType { get; set; }
    Property Value
    Type Description
    PivotSubtotalTypes
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved