Skip to main content
Bar

AddBarItemLinkAction.ItemLinkIndex Property

Gets the index at which a bar item link is added to the target object (bar, menu, etc). This property is overridden, so the item link is always appended at the end of the item link collection.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public override int ItemLinkIndex { get; set; }

Property Value

Type Description
Int32

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

See Also