Back to Devexpress

Product Class Structure

wpf-6965-controls-and-libraries-layout-management-carousel-fundamentals-product-class-structure.md

latest1.7 KB
Original Source

Product Class Structure

  • Jun 07, 2019

Use the following links to access reference information about the most important classes in DXCarousel for WPF suite.

ClassDescription
CarouselPanelThe Carousel control that can be used standalone or within a CarouselItemsControl as the item arrangement template.
CarouselNavigatorA pre-built navigator control that includes the Previous, Next, Prevoius Page, Next Page, First and Last buttons. You can easily bind this component to any CarouselPanel, to provide external controls for carousel scrolling.
CarouselItemsControlAn advanced version of the standard ItemsControl, allowing you to avoid routine customization steps when using the CarouselPanel as the item arrangement template.
FunctionBaseThe base class for all functions that control how element properties change their values along the path. You can use built-in functions or derive from this class to create new ones. Results of several functions can be combined into a Parameter, which is actually bound to an element property.
ParameterParameters are complex functions (a result of up to three functions with different arguments) that control how carousel element properties change. The Carousel provides built-in parameters, and also allows you to create as many custom parameters as you need.