Skip to main content

ParameterCollection.Item[String] Property

Get a parameter identified by its name.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

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