Table of Contents

Class CarouselPanelControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Wpf.ViewToViewModelBindings.Syncfusion.Windows.Shared
Assembly
Whipstaff.Wpf.Syncfusion.SfDiagram.dll

A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.CarouselPanel control.

public class CarouselPanelControlBindingModel<TView, TViewModel> : AbstractUnboundCarouselPanelControlBindingModel<TView, TViewModel, CarouselPanel>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, CarouselPanel>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, CarouselPanel>
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, CarouselPanel>
AbstractUnboundPanelControlBindingModel<TView, TViewModel, CarouselPanel>
AbstractUnboundCanvasControlBindingModel<TView, TViewModel, CarouselPanel>
AbstractUnboundCarouselPanelControlBindingModel<TView, TViewModel, CarouselPanel>
CarouselPanelControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

CarouselPanelControlBindingModel(Expression<Func<TView, CarouselPanel>>)

Initializes a new instance of the CarouselPanelControlBindingModel<TView, TViewModel> class.

public CarouselPanelControlBindingModel(Expression<Func<TView, CarouselPanel>> viewExpression)

Parameters

viewExpression Expression<Func<TView, CarouselPanel>>

expression representing the control on the view to bind to.