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

ParameterCollection.Item[String] Property

Provides access to the parameter with the specified name.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public Parameter this[string parameterName] { get; }

Parameters

Name Type Description
parameterName String

A String value, specifying the name of a parameter within the collection.

Property Value

Type Description
Parameter

A Parameter object.

See Also