Skip to main content
A newer version of this page is available. .
Bar

LinkListItem.Source Property

Gets or sets the source of item links, whose visibility is controlled by the LinkListItem. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public BarItemLinkCollection Source { get; set; }

Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object, which stores item links being tracked by the LinkListItem object.

See Also