Skip to main content

ParameterCollection.Add(Parameter) Method

Adds the specified parameter to the collection.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v23.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