NamedItemCollection<T>.Item[String] Property
Gets an item with the specified name.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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