Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

#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