Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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:

Object Type Path to ResetRecentItems
BarManager
.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