Skip to main content
Bar

AddBarAction.BarIndex Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public override int BarIndex { get; set; }

Property Value

Type Description
Int32

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

See Also