Skip to main content
A newer version of this page is available. .
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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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