Skip to main content
A newer version of this page is available. .
Bar

BarItemCollection.Item[String] Property

Provides access to items by their names.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public BarItem this[string name] { get; }

Parameters

Name Type Description
name String

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

Property Value

Type Description
BarItem

A BarItem object with the specified name.

See Also