WPF

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

    Show / Hide Table of Contents

    Class PivotValueField

    Class which holds the property of PivotValueField.

    Inheritance
    System.Object
    PivotComputationInfo
    PivotValueField
    Implements
    System.Xml.Serialization.IXmlSerializable
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    PivotComputationInfo.GetSummaryInstance(SummaryType)
    PivotComputationInfo.ToString()
    PivotComputationInfo.GetComputationTypes()
    PivotComputationInfo.GetSchema()
    PivotComputationInfo.ReadXml(XmlReader)
    PivotComputationInfo.WriteXml(XmlWriter)
    PivotComputationInfo.AllowSort
    PivotComputationInfo.AllowFilter
    PivotComputationInfo.IsTopColumnSummary
    PivotComputationInfo.EnableHyperlinks
    PivotComputationInfo.FieldName
    PivotComputationInfo.FieldHeader
    PivotComputationInfo.FieldCaption
    PivotComputationInfo.Description
    PivotComputationInfo.InnerMostComputationsOnly
    PivotComputationInfo.PadString
    PivotComputationInfo.CalculationName
    PivotComputationInfo.CssClass
    PivotComputationInfo.AllowRunTimeGroupByField
    PivotComputationInfo.Summary
    PivotComputationInfo.SummaryType
    PivotComputationInfo.DisplayOption
    PivotComputationInfo.CalculationType
    PivotComputationInfo.BaseField
    PivotComputationInfo.BaseItem
    PivotComputationInfo.Formula
    PivotComputationInfo.Expression
    PivotComputationInfo.FieldType
    PivotComputationInfo.Format
    PivotComputationInfo.DefaultValue
    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
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotValueField : PivotComputationInfo, IXmlSerializable, INotifyPropertyChanged

    Constructors

    PivotValueField()

    Declaration
    public PivotValueField()

    Properties

    IsSelected

    Gets or sets whether the PivotValueField is selected or not.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Events

    PropertyChanged

    An event triggered when the property of the PivotValueField is changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.Xml.Serialization.IXmlSerializable
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved