Back to Devexpress

LayoutViewOptionsBehavior.OverrideLayoutControlRestoreBehavior Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsbehavior-f11c1e4b.md

latest2.5 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You don't need OverrideLayoutControlRestoreBehavior property anymore.")]
public virtual bool OverrideLayoutControlRestoreBehavior { get; set; }
vb
<Obsolete("You don't need OverrideLayoutControlRestoreBehavior property anymore.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property OverrideLayoutControlRestoreBehavior As Boolean

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object TypePath 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

OptionsLayout

LayoutViewOptionsBehavior Class

LayoutViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Layout Namespace