PivotGridSettings.CustomizationFieldsVisible Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#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