Class PivotTableFieldList
Represents the pivot schema designer control that enables users to drag and drop pivot fields between rows, columns, values, and filters dynamically at run time.
Inheritance
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public class PivotTableFieldList : Control
Constructors
PivotTableFieldList()
Initializes a new instance of the PivotTableFieldList class.
Declaration
public PivotTableFieldList()
PivotTableFieldList(PivotChart)
Initializes a new instance of the PivotTableFieldList class.
Declaration
public PivotTableFieldList(PivotChart pivotChart)
Parameters
Type | Name | Description |
---|---|---|
PivotChart | pivotChart |
Properties
DeferLayoutUpdateButton
Gets or sets the button control used for updating the PivotChart based on dynamic operations.
Declaration
public ButtonAdv DeferLayoutUpdateButton { get; set; }
Property Value
Type |
---|
ButtonAdv |
DeferLayoutUpdateCheckBox
Gets or sets the check box control used for enabling and disabling defer layout support.
Declaration
[CLSCompliant(false)]
public CheckBoxAdv DeferLayoutUpdateCheckBox { get; set; }
Property Value
Type |
---|
CheckBoxAdv |
Remarks
The CheckState value of this check box is bound with the DeferLayoutUpdate property.
Methods
AssociateWith(Control)
Loads the associated control to PivotTableFieldList.
Declaration
public void AssociateWith(Control associatedControl)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | associatedControl | The pivot chart control object. |
Dispose(Boolean)
Releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true, if managed resources should be disposed; otherwise, false. |
OnSchemaChanged(SchemaChangedEventArgs)
Raises the SchemaChanged event.
Declaration
protected virtual void OnSchemaChanged(SchemaChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SchemaChangedEventArgs | e | The event argument. |
OnSchemaChanging(SchemaChangingEventArgs)
Raises the SchemaChanging event.
Declaration
protected virtual void OnSchemaChanging(SchemaChangingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SchemaChangingEventArgs | e | The event argument. |
Events
SchemaChanged
Occurs whenever the schema definitions gets changed in the PivotTableFieldList.
Declaration
public event EventHandler<SchemaChangedEventArgs> SchemaChanged
Event Type
Type |
---|
System.EventHandler<SchemaChangedEventArgs> |
Remarks
This event will be raised when the field list or row, column, value, filter collection gets changed.
SchemaChanging
Occurs whenever the schema definitions begin to change in the PivotTableFieldList.
Declaration
public event EventHandler<SchemaChangingEventArgs> SchemaChanging
Event Type
Type |
---|
System.EventHandler<SchemaChangingEventArgs> |
Remarks
This event will be raised when the field list or row, column, value, filter collection gets changed.