XtraPanel.AutoSizeMode Property
Indicates the automatic sizing behavior of the panel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.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