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

NamedItemCollection<T>.Item[String] Property

Gets an item with the specified name.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public T this[string name] { get; }

Parameters

Name Type Description
name String

The String that specifies the name of an item.

Property Value

Type Description
T

A T object that corresponds to the item with the specified name.

See Also