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