XtraPanel.AutoSize Property
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.1.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