Back to Devexpress

XtraPanel.AutoSizeMode Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrapanel-d3d849ca.md

latest1.6 KB
Original Source

XtraPanel.AutoSizeMode Property

Indicates the automatic sizing behavior of the panel.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(true)]
[DXCategory("Layout")]
public virtual AutoSizeMode AutoSizeMode { get; set; }
vb
<Browsable(True)>
<DXCategory("Layout")>
Public Overridable Property AutoSizeMode As AutoSizeMode

Property Value

TypeDescription
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

AutoSize

XtraPanel Class

XtraPanel Members

DevExpress.XtraEditors Namespace