Skip to main content
A newer version of this page is available. .

ParameterCollection.Add(Parameter) Method

Adds the specified parameter to the collection.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public void Add(
    Parameter parameter
)

Parameters

Name Type Description
parameter Parameter

A Parameter object specifying the parameter to add.

See Also