Back to Devexpress

BarManagerCategoryCollection.Item[String] Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanagercategorycollection-dot-item-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

BarManagerCategoryCollection.Item[String] Property

Provides access to categories by names.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BarManagerCategory this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As BarManagerCategory

Parameters

NameTypeDescription
nameString

A string that specifies the name of the category to be returned.

|

Property Value

TypeDescription
BarManagerCategory

A BarManagerCategory object with the specified name.

|

See Also

Name

BarManagerCategoryCollection Class

BarManagerCategoryCollection Members

DevExpress.Xpf.Bars Namespace