Class PinnableListBoxItemControlBindingModel<TView, TViewModel>
- 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
-
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, PinnableListBoxItem>.MaxHeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, PinnableListBoxItem>.MinHeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, PinnableListBoxItem>.ResourcesAbstractUnboundUIElementControlBindingModel<TView, TViewModel, PinnableListBoxItem>.IsHitTestVisibleAbstractUnboundUIElementControlBindingModel<TView, TViewModel, PinnableListBoxItem>.IsStylusCaptured
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.