ParameterCollection.Item[String] Property
In This Article
Get a parameter identified by its name.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.2.dll
NuGet Package: DevExpress.Wpf.Carousel
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
parameter |
String | A string specifying the required parameter’s name. |
#Property Value
Type | Description |
---|---|
Parameter | A Parameter object representing the specified parameter. |
See Also