LayoutUpgradingEventArgs.NewItems Property
In This Article
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
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#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