Back to Devexpress

LinkListItem Class

wpf-devexpress-dot-xpf-dot-bars-6678e531.md

latest2.4 KB
Original Source

LinkListItem Class

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

Declaration

csharp
public class LinkListItem :
    BarListItem
vb
Public Class LinkListItem
    Inherits 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.

Implements

IControllerAction

ILinksHolder

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement BarItem BarLinkContainerItem BarListItem LinkListItem

See Also

LinkListItem Members

Items and Links

DevExpress.Xpf.Bars Namespace