Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ParameterCollection Class

Stores a collection of parameters (functions) in a carousel control.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

#Declaration

public class ParameterCollection :
    NotificationCollectionBase

The following members return ParameterCollection objects:

#Remarks

This class represents a collection of Parameter objects that define how item properties are changed along the carousel path. For more information on parameters, see Functions and Parameters.

This class is exposed via the CarouselPanel.Parameters property.

#Inheritance

Object
CollectionBase
DevExpress.Data.NotificationCollectionBase
ParameterCollection
See Also