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

ParameterCollection.Item[Int32] Property

Gets a parameter by its index in the collection.

Namespace: DevExpress.Xpf.Carousel

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

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