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

LayoutUpgradingEventArgs.NewItems Property

Provides access to a collection of actions used to create new bar objects (bars, bar items and bar item links). New bar objects are those that are not defined in the layout being loaded.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public BarManagerActionCollection NewItems { get; protected set; }

Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object that contains corresponding actions.

Remarks

You can remove actions from the NewItems collection or add new actions, to create custom bars, bar items and bar item links during the BarManager.LayoutUpgrading event.

See Also