XtraPanel.AutoSizeMode Property
In This Article
Indicates the automatic sizing behavior of the panel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(true)]
[DXCategory("Layout")]
public virtual AutoSizeMode AutoSizeMode { get; set; }
#Property Value
Type | Description |
---|---|
Auto |
A Auto |
#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