Skip to main content
A newer version of this page is available. .
Bar

AddBarItemAction.ItemIndex Property

Gets the index at which a bar item is added to the BarManager.Items collection. This property is overridden, so the item is always appended at the end of the bar item collection.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public override int ItemIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the index at which an item is added to the bar item collection.

See Also