LinkListItem Class
Allows an end-user to control the visibility of links in a BarItemLinkCollection collection.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
The LinkListItem item allows an end-user to control the visibility of links in a BarItemLinkCollection collection. For instance, you can use this item to control the visibility of links belonging to a bar, which stores its links in the BarItemLinkHolderBase.ItemLinks collection. The LinkListItem item represents the contents of the assigned link collection as a list of check buttons. Each button, displaying a link’s name, can be toggled to change the link’s visibility.
To bind a BarItemLinkCollection object to the LinkListItem item, use the LinkListItem.Source property.