Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ParameterCollection.Item[String] Property

    Provides access to the parameter with the specified name.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    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