BarManagerCategoryCollection.Item[String] Property
Gets a category by its name.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
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