LinkListItem.Source Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public BarItemLinkCollection Source { get; set; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also