Back to Devexpress

Commands

wpf-6920-controls-and-libraries-layout-management-carousel-fundamentals-commands.md

latest1.0 KB
Original Source

Commands

  • Apr 17, 2020

DXCarousel supports the following commands that can be used to navigate between items using external controls (e.g. buttons).

CommandDescription
CarouselPanel.NextSelects the next item.
CarouselPanel.PreviousSelects the prevoius item.
CarouselPanel.NextPageScrolls the view to the next page (see CarouselPanel.VisibleItemCount).
CarouselPanel.PreviousPageScrolls the view to the previous page (see CarouselPanel.VisibleItemCount).
CarouselPanel.FirstItemSelects the first item.
CarouselPanel.LastItemSelects the last item.