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