Back to Devexpress

BarItemLinkCollection.Item[String] Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkcollection-dot-item-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

BarItemLinkCollection.Item[String] Property

Provides access to links in the collection by their names.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BarItemLink this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As BarItemLink

Parameters

NameTypeDescription
nameString

A string that specifies the name of the link to be located. This value matches the link’s Name property.

|

Property Value

TypeDescription
BarItemLink

A BarItemLink object that represents the link with the specified name.

|

See Also

Items

Items and Links

BarItemLinkCollection Class

BarItemLinkCollection Members

DevExpress.Xpf.Bars Namespace