Class PhaseControlBindingModel<TView, TViewModel>
- Namespace
- Whipstaff.Wpf.ViewToViewModelBindings.Syncfusion.UI.Xaml.Diagram
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.UI.Xaml.Diagram.Phase control.
public class PhaseControlBindingModel<TView, TViewModel> : AbstractUnboundPhaseControlBindingModel<TView, TViewModel, Phase>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, Phase>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, Phase>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, Phase>AbstractUnboundControlControlBindingModel<TView, TViewModel, Phase>AbstractUnboundPhaseControlBindingModel<TView, TViewModel, Phase>PhaseControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
PhaseControlBindingModel(Expression<Func<TView, Phase>>)
Initializes a new instance of the PhaseControlBindingModel<TView, TViewModel> class.
public PhaseControlBindingModel(Expression<Func<TView, Phase>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, Phase>>expression representing the control on the view to bind to.