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

XtraPanel.AutoSizeMode Property

Indicates the automatic sizing behavior of the panel.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(true)]
[SmartTagProperty("Auto Size Mode", "", SmartTagActionType.RefreshBoundsAfterExecute)]
[DXCategory("Layout")]
public virtual AutoSizeMode AutoSizeMode { get; set; }

Property Value

Type Description
AutoSizeMode

A AutoSizeMode value.

Remarks

This property specifies how the panel behaves when the XtraPanel.AutoSize property is enabled. See the AutoSizeMode topic in MSDN to learn more.

See Also