Class PivotValueField
This class represent the collection of pivot items in the pivot value chooser window.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotValueField : PivotComputationInfo, INotifyPropertyChanged
Constructors
PivotValueField()
Declaration
public PivotValueField()
Properties
IsSelected
Gets or sets a value indicating whether the pivot calculation is checked or not in pivot value chooser window.
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.ComponentModel.INotifyPropertyChanged