ASPxClientPivotGrid.ChangeCustomizationFieldsVisibility Method
Switches the customization form’s visible state.
Declaration
ChangeCustomizationFieldsVisibility(): void
Remarks
Use the ChangeCustomizationFieldsVisibility method to toggle the visible state of the customization form on the client side.
If the customization form is visible, a call to the ChangeCustomizationFieldsVisibility method hides the form. If the customization form is hidden, a call to the ChangeCustomizationFieldsVisibility method invokes the form.
See Also