Skip to main content
A newer version of this page is available. .
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.v21.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