Table of Contents

Class DayCellControlBindingModel<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.DayCell control.

public class DayCellControlBindingModel<TView, TViewModel> : AbstractUnboundDayCellControlBindingModel<TView, TViewModel, DayCell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, DayCell>
AbstractUnboundControlControlBindingModel<TView, TViewModel, DayCell>
AbstractUnboundCellControlBindingModel<TView, TViewModel, DayCell>
AbstractUnboundDayCellControlBindingModel<TView, TViewModel, DayCell>
DayCellControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

DayCellControlBindingModel(Expression<Func<TView, DayCell>>)

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

public DayCellControlBindingModel(Expression<Func<TView, DayCell>> viewExpression)

Parameters

viewExpression Expression<Func<TView, DayCell>>

expression representing the control on the view to bind to.