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

XtraPanel.AutoSize Property

Gets or sets whether the panel is automatically resized according to the value of the XtraPanel.AutoSizeMode property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(true)]
[DXCategory("Layout")]
public override bool AutoSize { get; set; }

Property Value

Type Description
Boolean

true if the panel’s auto-resizing feature is enabled; otherwise, false.

Remarks

See the AutoSize Property Overview topic in MSDN to learn more.

See Also