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

PivotGridControl.CustomizationFormBounds Property

Gets or sets the boundaries of the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[Browsable(false)]
public Rectangle CustomizationFormBounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure which represents the Customization Form’s boundaries.

Remarks

The CustomizationFormBounds property can be used to specify the position and size of the Customization Form. The coordinates of the form are relative to the top left corner of the screen.

If the Top and Left attributes of the CustomizationFormBounds are set to (0, 0) the Customization Form will be displayed at its default position (in the control’s bottom right corner).

See Also