Skip to main content

LayoutControl.CustomizationFormBounds Property

Gets or sets the boundaries of the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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