Back to Devexpress

OptionsView.AutoSizeModeInLayoutControl Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-dfe01e49.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(AutoSizeMode.GrowOnly)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use AutoSizeInLayoutControl property instead")]
public AutoSizeMode AutoSizeModeInLayoutControl { get; set; }
vb
<DefaultValue(AutoSizeMode.GrowOnly)>
<Obsolete("Use AutoSizeInLayoutControl property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AutoSizeModeInLayoutControl As AutoSizeMode

Property Value

TypeDefaultDescription
AutoSizeModeGrowOnly

A AutoSizeMode value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoSizeModeInLayoutControl
LayoutControl

.OptionsView .AutoSizeModeInLayoutControl

|

Remarks

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

See Also

MinSize

MaxSize

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace