Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.1.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
LayoutControl
.OptionsView .AutoSizeModeInLayoutControl

#Remarks

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

See Also