Class PivotValueChooser
Interaction logic for PivotFieldChooser window.
Implements
System.Windows.Markup.IComponentConnector
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. |
Properties
ItemFontSize
Gets or sets the font size of the PivotItem.
Declaration
public double ItemFontSize { get; set; }
Property Value
Type |
---|
System.Double |
ItemHeight
Gets or sets the height of the PivotItem.
Declaration
public double ItemHeight { get; set; }
Property Value
Type |
---|
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. |
Overrides
Implements
System.Windows.Markup.IComponentConnector