ParameterCollection.Add(Parameter) Method
Adds the specified parameter to the collection.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameter | Parameter | A Parameter object specifying the parameter to add. |
See Also