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

BarManagerOptionsLayout.ResetRecentItems Property

Gets or sets whether the Bar Manager should reset its Recent Items collection when the component layout is saved.

Namespace: DevExpress.XtraBars.Utils

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(true)]
public bool ResetRecentItems { get; set; }

Property Value

Type Default Description
Boolean **true**

true to reset Recent Items collection; false to keep the current Recent Items collection.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ResetRecentItems
WinForms Controls BarManager
.OptionsLayout.ResetRecentItems
ToolbarFormManager
.OptionsLayout.ResetRecentItems
DocumentViewerBarManager
.OptionsLayout.ResetRecentItems
PrintBarManager
.OptionsLayout.ResetRecentItems
Reporting XRDesignBarManager
.OptionsLayout.ResetRecentItems

Remarks

To save Recent Items when the Bar Manager layout is saved, disable the ResetRecentItems property and enable the BarManagerOptionsLayout.AllowSerializeBarSubItemChildren setting.

See Also