ParameterCollection.Item[String] Property
Get a parameter identified by its name.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v25.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
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