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

BarItemLinkHolderBase.ItemLinksSource Property

Gets or sets an object that provides information to generate and initialize item links for this BarItemLinkHolderBase. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public object ItemLinksSource { get; set; }

Property Value

Type Description
Object

An Object that provides information to generate and initialize item links for this BarItemLinkHolderBase.

Remarks

The ItemLinksSource property supports the MVVM design pattern. See MVVM Support to learn more.

Use the BarItemLinkHolderBase.ItemTemplate property to visualize objects stored in the ItemLinksSource collection.

See Also