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

BarManagerCategoryCollection.Item[String] Property

Gets a category by its name.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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