Back to Devexpress

BarItemCollection.Item[String] Property

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

latest1.3 KB
Original Source

BarItemCollection.Item[String] Property

Provides access to items by their names.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Parameters

NameTypeDescription
nameString

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

|

Property Value

TypeDescription
BarItem

A BarItem object with the specified name.

|

See Also

BarItemCollection Class

BarItemCollection Members

DevExpress.Xpf.Bars Namespace