OptionsView.AutoSizeModeInLayoutControl Property
In This Article
OBSOLETE
Use Auto
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 |
---|---|---|
Auto |
Grow |
A Auto |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Auto |
---|---|
Layout |
|
#Remarks
The AutoSizeModeInLayoutControl property is obsolete. Use the OptionsView.AutoSizeInLayoutControl property instead.
See Also