Class MonthCellControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.MonthCell control.
public class MonthCellControlBindingModel<TView, TViewModel> : AbstractUnboundMonthCellControlBindingModel<TView, TViewModel, MonthCell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, MonthCell>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, MonthCell>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, MonthCell>AbstractUnboundControlControlBindingModel<TView, TViewModel, MonthCell>AbstractUnboundContentControlControlBindingModel<TView, TViewModel, MonthCell>AbstractUnboundCellControlBindingModel<TView, TViewModel, MonthCell>AbstractUnboundMonthCellControlBindingModel<TView, TViewModel, MonthCell>MonthCellControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
MonthCellControlBindingModel(Expression<Func<TView, MonthCell>>)
Initializes a new instance of the MonthCellControlBindingModel<TView, TViewModel> class.
public MonthCellControlBindingModel(Expression<Func<TView, MonthCell>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, MonthCell>>expression representing the control on the view to bind to.