We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to hide defer layout update and show calculations as columns options in the pivot table field list in WinForms PivotGridControl?

Platform: WinForms |
Control: PivotGridControl

Hiding the defer layout update options

You can hide the update check box and update button of the defer layout by using the DeferLayoutUpdateCheckBox and DeferLayoutUpdateButton properties in the pivot schema designer.

Refer to the following code sample to hide the defer layout options in the pivot table field list.

C#

this.pivotGridControl1.PivotSchemaDesigner.DeferLayoutUpdateButton.Visible = false;
this.pivotGridControl1.PivotSchemaDesigner.DeferLayoutUpdateCheckBox.Visible = false;

VB

Me.pivotGridControl1.PivotSchemaDesigner.DeferLayoutUpdateButton.Visible = False
Me.pivotGridControl1.PivotSchemaDesigner.DeferLayoutUpdateCheckBox.Visible = False

 

Pivot grid without displaying defer layout update options in pivot table field list

Pivot grid without displaying defer layout update options in pivot table field list

Hiding the show calculations as columns option

You can hide the show calculations as columns check box by using the ShowCalculationsAsColumnCheckBox property in the pivot schema designer.

Refer to the following code sample to hide the show calculations as columns option in the pivot table field list.

C#

this.pivotGridControl1.PivotSchemaDesigner.ShowCalculationsAsColumnCheckBox.Visible = false;

VB

Me.pivotGridControl1.PivotSchemaDesigner.ShowCalculationsAsColumnCheckBox.Visible = False

 

Pivot grid without displaying show calculations as columns option in pivot table field list

Pivot grid without displaying show calculations as columns option in pivot table field list

2X faster development

The ultimate WinForms UI toolkit to boost your development speed.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile