Skip to main content
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.v14.2.dll

Declaration

public BarManagerActionCollection NewItems { get; protected set; }
Public Property NewItems As BarManagerActionCollection

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