PivotGridControl.CustomizationFormBounds Property
Gets or sets the boundaries of the Customization Form.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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