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

Declaration

[DefaultValue(AutoSizeMode.GrowOnly)]
[Obsolete("Use AutoSizeInLayoutControl property instead")]
[Browsable(false)]
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