BarItemLinkActionBase.ItemLinkIndex Attached Property
In This Article
Gets or sets the index of the current bar item link in the collection of bar item links in the Target object. This is an attached property, which is in effect for BarItem and BarItemLink descendants when they act as actions (when they are added to the BarManagerActionContainer.Actions collection).
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the index of the current bar item link in the collection of bar item links in the Target object. |
See Also