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