Skip to main content

ParameterCollection.Item[Int32] Property

Gets a parameter by its index in the collection.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public Parameter this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the required parameter’s index in the collection.

Property Value

Type Description
Parameter

A Parameter object that represents the parameter at the specified index.

See Also