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

ASPxPivotGrid.CustomizationFieldsVisible Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool CustomizationFieldsVisible { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Remarks

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

See Also