ILinksHolder.ActualLinks Property
In This Article
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 |
---|---|
Bar |
A Bar |
#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