Table of Contents

Class ItemsControlInternalControlBindingModel<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.ItemsControlInternal control.

public class ItemsControlInternalControlBindingModel<TView, TViewModel> : AbstractUnboundItemsControlInternalControlBindingModel<TView, TViewModel, ItemsControlInternal>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, ItemsControlInternal>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, ItemsControlInternal>
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ItemsControlInternal>
AbstractUnboundControlControlBindingModel<TView, TViewModel, ItemsControlInternal>
AbstractUnboundItemsControlControlBindingModel<TView, TViewModel, ItemsControlInternal>
AbstractUnboundItemsControlInternalControlBindingModel<TView, TViewModel, ItemsControlInternal>
ItemsControlInternalControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

ItemsControlInternalControlBindingModel(Expression<Func<TView, ItemsControlInternal>>)

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

public ItemsControlInternalControlBindingModel(Expression<Func<TView, ItemsControlInternal>> viewExpression)

Parameters

viewExpression Expression<Func<TView, ItemsControlInternal>>

expression representing the control on the view to bind to.