Table of Contents

Class TickBarControlBindingModel<TView, TViewModel>

A class that contains Viewmodel bindings for the TickBar control.

public class TickBarControlBindingModel<TView, TViewModel> : AbstractUnboundTickBarControlBindingModel<TView, TViewModel, TickBar>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
TickBarControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

TickBarControlBindingModel(Expression<Func<TView, TickBar>>)

Initializes a new instance of the TickBarControlBindingModel<TView, TViewModel> class.

public TickBarControlBindingModel(Expression<Func<TView, TickBar>> viewExpression)

Parameters

viewExpression Expression<Func<TView, TickBar>>

expression representing the control on the view to bind to.