Table of Contents

Class PinnableListBoxItemControlBindingModel<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.PinnableListBoxItem control.

public class PinnableListBoxItemControlBindingModel<TView, TViewModel> : AbstractUnboundPinnableListBoxItemControlBindingModel<TView, TViewModel, PinnableListBoxItem>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, PinnableListBoxItem>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, PinnableListBoxItem>
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, PinnableListBoxItem>
AbstractUnboundControlControlBindingModel<TView, TViewModel, PinnableListBoxItem>
AbstractUnboundContentControlControlBindingModel<TView, TViewModel, PinnableListBoxItem>
AbstractUnboundPinnableListBoxItemControlBindingModel<TView, TViewModel, PinnableListBoxItem>
PinnableListBoxItemControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

PinnableListBoxItemControlBindingModel(Expression<Func<TView, PinnableListBoxItem>>)

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

public PinnableListBoxItemControlBindingModel(Expression<Func<TView, PinnableListBoxItem>> viewExpression)

Parameters

viewExpression Expression<Func<TView, PinnableListBoxItem>>

expression representing the control on the view to bind to.