wpf-devexpress-dot-xpf-dot-bars-6678e531.md
Allows an end-user to control the visibility of links in a BarItemLinkCollection collection.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class LinkListItem :
BarListItem
Public Class LinkListItem
Inherits BarListItem
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.
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement BarItem BarLinkContainerItem BarListItem LinkListItem
See Also