Skip to main content
Bar

ILinksHolder.ActualLinks Property

Returns the links currently displayed by the link container.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

#Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object that contains the links currently displayed by the link container.

#Remarks

If other link containers have been merged with the current container, the ActualLinks property returns the ILinksHolder.MergedLinks property's value. Otherwise, the ILinksHolder.Links property's value is returned.

See Also