Skip to main content
Bar

InsertBarItemAction.Item Property

Gets or sets the bar item inserted in the BarManager.Items collection.

This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public BarItem Item { get; set; }

Property Value

Type Description
BarItem

A BarItem object inserted in the BarManager.Items collection.

See Also