CarouselPanel.GetCarousel(ItemsControl) Method
In This Article
Gets the value of the CarouselPanel.Carousel attached property for the specified object.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.2.dll
NuGet Package: DevExpress.Wpf.Carousel
#Declaration
public static CarouselPanel GetCarousel(
ItemsControl itemsControl
)
#Parameters
Name | Type | Description |
---|---|---|
items |
Items |
An Items |
#Returns
Type | Description |
---|---|
Carousel |
A Carousel |
See Also