Back to Devexpress

InsertBarItemAction.Item Property

wpf-devexpress-dot-xpf-dot-bars-dot-insertbaritemaction.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BarItem Item { get; set; }
vb
Public Property Item As BarItem

Property Value

TypeDescription
BarItem

A BarItem object inserted in the BarManager.Items collection.

|

See Also

InsertBarItemAction Class

InsertBarItemAction Members

DevExpress.Xpf.Bars Namespace