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.v24.2.dll
Declaration
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 |
|
Remarks
To save Recent Items when the Bar Manager layout is saved, disable the ResetRecentItems property and enable the BarManagerOptionsLayout.AllowSerializeBarSubItemChildren setting.
See Also