wpf-devexpress-dot-xpf-dot-carousel-e5763a88.md
Stores a collection of parameters (functions) in a carousel control.
Namespace : DevExpress.Xpf.Carousel
Assembly : DevExpress.Xpf.Carousel.v25.2.dll
NuGet Package : DevExpress.Wpf.Carousel
public class ParameterCollection :
NotificationCollectionBase
Public Class ParameterCollection
Inherits NotificationCollectionBase
The following members return ParameterCollection objects:
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.
Object CollectionBase DevExpress.Data.NotificationCollectionBase ParameterCollection
See Also