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 |
|
Remarks
The AutoSizeModeInLayoutControl property is obsolete. Use the OptionsView.AutoSizeInLayoutControl property instead.
See Also