Class PivotValueChooser
Interaction logic for PivotFieldChooser window.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.Wpf.dll
Syntax
public class PivotValueChooser : ChromelessWindow, IComponentConnector
Constructors
PivotValueChooser()
Initializes a new instance of the PivotValueChooser class.
Declaration
public PivotValueChooser()
PivotValueChooser(PivotGridControl)
Initializes a new instance of the PivotValueChooser class.
Declaration
public PivotValueChooser(PivotGridControl gridControl)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | gridControl | The PivotGrid control. |
Fields
FieldListItemsSourceProperty
Identifies the Syncfusion.Windows.Controls.PivotGrid.PivotValueChooser.FieldListItemsSource dependency property.
Declaration
public static readonly DependencyProperty FieldListItemsSourceProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the Syncfusion.Windows.Controls.PivotGrid..PivotValueChooser.FieldListItemsSource dependency property. |
GridControlProperty
Identifies the Syncfusion.Windows.Controls.PivotGrid.PivotValueChooser.GridControl dependency property.
Declaration
public static readonly DependencyProperty GridControlProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the Syncfusion.Windows.Controls.PivotGrid.PivotValueChooser.GridControl dependency property. |
Properties
ItemFontSize
Gets or sets the font size of the PivotItem.
Declaration
public double ItemFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ItemHeight
Gets or sets the height of the PivotItem.
Declaration
public double ItemHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. |