LayoutViewOptionsBehavior.OverrideLayoutControlRestoreBehavior Property
In This Article
OBSOLETE
You don't need Override
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 Override |
---|---|
Layout |
|
#Remarks
Use the properties provided by the ColumnView.OptionsLayout property, to specify how a layout is restored from a data store.
See Also