Skip to main content

Commands

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

Command Description
CarouselPanel.Next Selects the next item.
CarouselPanel.Previous Selects the prevoius item.
CarouselPanel.NextPage Scrolls the view to the next page (see CarouselPanel.VisibleItemCount).
CarouselPanel.PreviousPage Scrolls the view to the previous page (see CarouselPanel.VisibleItemCount).
CarouselPanel.FirstItem Selects the first item.
CarouselPanel.LastItem Selects the last item.