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

LinkListItem Class

Allows an end-user to control the visibility of links in a BarItemLinkCollection collection.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public class LinkListItem :
    BarListItem

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.

See Also