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

ParameterCollection.Item[String] Property

Get a parameter identified by its name.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v19.2.dll

Declaration

public Parameter this[string parameterName] { get; }

Parameters

Name Type Description
parameterName String

A string specifying the required parameter’s name.

Property Value

Type Description
Parameter

A Parameter object representing the specified parameter.

See Also