Back to Devexpress

CarouselPanel.ActivateItemOnClick Property

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

latest1.6 KB
Original Source

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

csharp
public bool ActivateItemOnClick { get; set; }
vb
Public Property ActivateItemOnClick As Boolean

Property Value

TypeDescription
Boolean

true to respond to item mouse clicks by selecting them; otherwise, false.

|

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

ActiveItem

ActiveItemIndex

AttractorPointIndex

CarouselPanel Class

CarouselPanel Members

DevExpress.Xpf.Carousel Namespace