Class CustomPathCarouselPanelControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.CustomPathCarouselPanel control.
public class CustomPathCarouselPanelControlBindingModel<TView, TViewModel> : AbstractUnboundCustomPathCarouselPanelControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>AbstractUnboundPanelControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>AbstractUnboundVirtualizingPanelControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>AbstractUnboundCustomPathCarouselPanelControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>CustomPathCarouselPanelControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>.StyleAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>.WidthAbstractUnboundUIElementControlBindingModel<TView, TViewModel, CustomPathCarouselPanel>.ClipToBounds
Constructors
CustomPathCarouselPanelControlBindingModel(Expression<Func<TView, CustomPathCarouselPanel>>)
Initializes a new instance of the CustomPathCarouselPanelControlBindingModel<TView, TViewModel> class.
public CustomPathCarouselPanelControlBindingModel(Expression<Func<TView, CustomPathCarouselPanel>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, CustomPathCarouselPanel>>expression representing the control on the view to bind to.