Back to Devexpress

BarManagerCategoryCollection.Item[Guid] Property

windowsforms-devexpress-dot-xtrabars-dot-barmanagercategorycollection-dot-item-x28-system-dot-guid-x29.md

latest1.9 KB
Original Source

BarManagerCategoryCollection.Item[Guid] Property

Gets a category specified by its unique identifier.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public BarManagerCategory this[Guid guid] { get; }
vb
Public ReadOnly Property Item(guid As Guid) As BarManagerCategory

Parameters

NameTypeDescription
guidGuid

A Guid object representing a category’s unique identifier (GUID).

|

Property Value

TypeDescription
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

Add

Insert(Int32, BarManagerCategory)

Guid

BarManagerCategoryCollection Class

BarManagerCategoryCollection Members

DevExpress.XtraBars Namespace