Skip to main content
A newer version of this page is available. .

OptionsView.AutoSizeModeInLayoutControl Property

OBSOLETE

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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(AutoSizeMode.GrowOnly)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use AutoSizeInLayoutControl property instead")]
public AutoSizeMode AutoSizeModeInLayoutControl { get; set; }

Property Value

Type Default Description
AutoSizeMode **GrowOnly**

A AutoSizeMode value.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoSizeModeInLayoutControl
DataLayoutControl
.OptionsView .AutoSizeModeInLayoutControl
LayoutControl
.OptionsView .AutoSizeModeInLayoutControl

Remarks

The AutoSizeModeInLayoutControl property is obsolete. Use the OptionsView.AutoSizeInLayoutControl property instead.

See Also