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

LayoutControl.CustomizationFormBounds Property

Gets or sets the boundaries of the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.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.

See Also