XtraPanel.AutoSize Property
In This Article
Gets or sets whether the panel is automatically resized according to the value of the XtraPanel.AutoSizeMode property.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(true)]
[DXCategory("Layout")]
[EditorBrowsable(EditorBrowsableState.Always)]
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