windowsforms-devexpress-dot-xtralayout-dot-optionsview-dfe01e49.md
Use AutoSizeInLayoutControl property instead
Gets or sets how a LayoutControl’s size is changed when it’s positioned within another LayoutControl.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(AutoSizeMode.GrowOnly)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use AutoSizeInLayoutControl property instead")]
public AutoSizeMode AutoSizeModeInLayoutControl { get; set; }
<DefaultValue(AutoSizeMode.GrowOnly)>
<Obsolete("Use AutoSizeInLayoutControl property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AutoSizeModeInLayoutControl As AutoSizeMode
| Type | Default | Description |
|---|---|---|
| AutoSizeMode | GrowOnly |
A AutoSizeMode value.
|
You can access this nested property as listed below:
| Object Type | Path to AutoSizeModeInLayoutControl |
|---|---|
| LayoutControl |
.OptionsView .AutoSizeModeInLayoutControl
|
The AutoSizeModeInLayoutControl property is obsolete. Use the OptionsView.AutoSizeInLayoutControl property instead.
See Also