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.v24.2.dll
Declaration
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