Skip to main content
A newer version of this page is available. .

PivotGridSettings.CustomizationFieldsVisible Property

Gets or sets a value that specifies whether the pivot grid’s Customization form is displayed within the page.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool CustomizationFieldsVisible { get; set; }

Property Value

Type Description
Boolean

true if the Customization form is displayed; otherwise, false.

Remarks

You can use the PivotGridSettings.CustomizationFieldsLeft and PivotGridSettings.CustomizationFieldsTop properties to set the X and Y coordinates of the Customization form’s top-left corner.

See Also