Skip to main content
Bar

BarItemCollection.Item[String] Property

Provides access to items by their names.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.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