Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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