BarManagerCategoryCollection.Item[Guid] Property
In This Article
Gets a category specified by its unique identifier.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BarManagerCategory this[Guid guid] { get; }
#Parameters
Name | Type | Description |
---|---|---|
guid | Guid | A Guid object representing a category’s unique identifier (GUID). |
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also