ParameterCollection.Item[Int32] Property
Gets a parameter by its index in the collection.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
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