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

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