CarouselPanel.ActivateItemOnClick Property
Gets or sets whether clicking an item will activate it (move it to the Carousel’s attractor point).
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v25.2.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If this property is set to false, you can navigate between items using a CarouselNavigator or by invoking navigation commands from code.
See Also