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

Bars.Item[String] Property

Gets a Bar whose Bar.BarName property matches the specified value.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Bar this[string barName] { get; }

Parameters

Name Type Description
barName String

The string that matches the Bar.BarName value of a target bar.

Property Value

Type Description
Bar

A Bar object, or null if a target Bar is not found.

See Also