Class PivotValueField
Class which holds the property of PivotValueField.
Implements
System.Xml.Serialization.IXmlSerializable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 |
---|
System.Boolean |
Events
PropertyChanged
An event triggered when the property of the PivotValueField is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.Xml.Serialization.IXmlSerializable
System.ComponentModel.INotifyPropertyChanged