Back to Devexpress

LayoutControl.CustomizationFormBounds Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-9ba83d67.md

latest1.3 KB
Original Source

LayoutControl.CustomizationFormBounds Property

Gets or sets the boundaries of the Customization Form.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Rectangle CustomizationFormBounds { get; set; }
vb
<Browsable(False)>
Public Property CustomizationFormBounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

CustomizationForm

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace