Bars.Item[String] Property
In This Article
Gets a Bar whose Bar.BarName property matches the specified value.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
bar |
String | The string that matches the Bar. |
#Property Value
Type | Description |
---|---|
Bar | A Bar object, or null if a target Bar is not found. |
See Also