Skip to main content

XtraPanel.AutoSizeMode Property

Indicates the automatic sizing behavior of the panel.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(true)]
[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