Skip to main content
A newer version of this page is available. .
Bar

BarManagerCategoryCollection.Item[Guid] Property

Gets a category specified by its unique identifier.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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
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