Table of Contents

Class GridViewRowPresenterBaseControlBindingModel<TView, TViewModel>

A class that contains Viewmodel bindings for the GridViewRowPresenterBase control.

public class GridViewRowPresenterBaseControlBindingModel<TView, TViewModel> : AbstractUnboundGridViewRowPresenterBaseControlBindingModel<TView, TViewModel, GridViewRowPresenterBase>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

GridViewRowPresenterBaseControlBindingModel(Expression<Func<TView, GridViewRowPresenterBase>>)

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

public GridViewRowPresenterBaseControlBindingModel(Expression<Func<TView, GridViewRowPresenterBase>> viewExpression)

Parameters

viewExpression Expression<Func<TView, GridViewRowPresenterBase>>

expression representing the control on the view to bind to.