ParameterCollection.Remove(Parameter) Method
Removes the specified parameter from 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 be removed. |
See Also