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

ASPxPivotGrid.CustomizationFieldsLeft Property

Gets or sets the X-coordinate of the Customization form’s top-left corner.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(100)]
public int CustomizationFieldsLeft { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the X-coordinate of the Customization form’s top-left corner. The value is set in screen coordinates.

Remarks

Use the ASPxPivotGrid.CustomizationFieldsTop property to set the Y-coordinate of the Customization form’s top-left corner. The ASPxPivotGrid.CustomizationFieldsVisible property controls the Customization form’s visibility.

You can use the ASPxClientPivotGrid.GetCustomizationFieldsVisibility and ASPxClientPivotGrid.SetCustomizationFieldsVisibility client-side methods to get and set the visibility of the Customization form.

See Also