Skip to main content
Bar

BarManagerCategoryCollection.Item[String] Property

Gets a category by its name.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarManagerCategory this[string name] { get; }

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