Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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