Skip to main content

LayoutViewOptionsBehavior.OverrideLayoutControlRestoreBehavior Property

OBSOLETE

You don't need OverrideLayoutControlRestoreBehavior property anymore.

This member is now obsolete. A layout is restored as specified by a View’s ColumnView.OptionsLayout property.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You don't need OverrideLayoutControlRestoreBehavior property anymore.")]
public virtual bool OverrideLayoutControlRestoreBehavior { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to OverrideLayoutControlRestoreBehavior
LayoutView
.OptionsBehavior .OverrideLayoutControlRestoreBehavior

Remarks

Use the properties provided by the ColumnView.OptionsLayout property, to specify how a layout is restored from a data store.

See Also