Class TabPanelControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.dll
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
-
AbstractControlBindingModel<TView, TViewModel, TabPanel>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, TabPanel>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, TabPanel>AbstractUnboundPanelControlBindingModel<TView, TViewModel, TabPanel>AbstractUnboundTabPanelControlBindingModel<TView, TViewModel, TabPanel>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.