Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public bool ActivateItemOnClick { get; set; }

Property Value

Type Description
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