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

#Declaration

public BarItem Item { get; set; }

#Property Value

Type Description
BarItem

A BarItem object inserted in the BarManager.Items collection.

See Also