ParameterCollection Class
Stores a collection of parameters (functions) in a carousel control.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
Related API Members
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