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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the index at which a bar is added to the bar collection. |
See Also