Table of Contents

Class CellControlBindingModel<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.Cell control.

public class CellControlBindingModel<TView, TViewModel> : AbstractUnboundCellControlBindingModel<TView, TViewModel, Cell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, Cell>
CellControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

CellControlBindingModel(Expression<Func<TView, Cell>>)

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

public CellControlBindingModel(Expression<Func<TView, Cell>> viewExpression)

Parameters

viewExpression Expression<Func<TView, Cell>>

expression representing the control on the view to bind to.