ASPxClientPivotGrid.SetCustomizationFieldsVisibility(value) Method
Specifies the visibility of the customization form.
Declaration
SetCustomizationFieldsVisibility(
value: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
value | boolean | true to display the customization form; false to hide the customization form. |
See Also