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