Class PivotValueChooser
Represents the UI design for pivot value chooser.
Inheritance
System.Object
PivotValueChooser
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotValueChooser : Control
Constructors
PivotValueChooser(SfPivotGrid)
Initializes a new instance of the Syncfusion.Windows.UI.Xaml.PivotGrid.RowPivotsOnly.PivotValueChooser class.
Declaration
public PivotValueChooser(SfPivotGrid pivotGrid)
Parameters
Type | Name | Description |
---|---|---|
SfPivotGrid | pivotGrid | The PivotGrid control. |
Methods
OnApplyTemplate()
When overridden in a derived class, it is invoked whenever application code or internal processes call.
Declaration
protected override void OnApplyTemplate()