Class PivotValueField
Class which holds the property of PivotValueField.
Implements
System.Xml.Serialization.IXmlSerializable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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