Skip to main content

ParameterCollection.Remove(Parameter) Method

Removes the specified parameter from the collection.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v23.2.dll

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public void Remove(
    Parameter parameter
)

Parameters

Name Type Description
parameter Parameter

A Parameter object specifying the parameter to be removed.

See Also