Bars.Item[String] Property
Gets a Bar whose Bar.BarName property matches the specified value.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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