Back to Devexpress

ParameterCollection Class

wpf-devexpress-dot-xpf-dot-carousel-e5763a88.md

latest1.7 KB
Original Source

ParameterCollection Class

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

Declaration

csharp
public class ParameterCollection :
    NotificationCollectionBase
vb
Public Class ParameterCollection
    Inherits 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

ParameterCollection Members

DevExpress.Xpf.Carousel Namespace