BarManagerCategoryCollection.Item[String] Property
Gets a category by its name.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string value specifying the category’s name. |
Property Value
Type | Description |
---|---|
BarManagerCategory | A BarManagerCategory object representing the category with the name specified. null (Nothing in Visual Basic) if the collection does not contain a category with the specified name. |
See Also