Table of Contents

Class TabPanelControlBindingModel<TView, TViewModel>

A class that contains Viewmodel bindings for the TabPanel control.

public class TabPanelControlBindingModel<TView, TViewModel> : AbstractUnboundTabPanelControlBindingModel<TView, TViewModel, TabPanel>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

TabPanelControlBindingModel(Expression<Func<TView, TabPanel>>)

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

public TabPanelControlBindingModel(Expression<Func<TView, TabPanel>> viewExpression)

Parameters

viewExpression Expression<Func<TView, TabPanel>>

expression representing the control on the view to bind to.