Back to Devexpress

BarCollection.Item[String] Property

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

latest1.3 KB
Original Source

BarCollection.Item[String] Property

Provides access to bars by their names.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Parameters

NameTypeDescription
nameString

A string that specifies the bar’s name.

|

Property Value

TypeDescription
Bar

A Bar object that has the specified name.

|

See Also

GetBarByCaption(String)

BarCollection Class

BarCollection Members

DevExpress.Xpf.Bars Namespace