Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Obsolete("You don't need OverrideLayoutControlRestoreBehavior property anymore.")]
[Browsable(false)]
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