Class ShellSectionControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Maui.dll
A class that contains Viewmodel bindings for the ShellSection control.
public class ShellSectionControlBindingModel<TView, TViewModel> : AbstractUnboundShellSectionControlBindingModel<TView, TViewModel, ShellSection>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, ShellSection>AbstractUnboundElementControlBindingModel<TView, TViewModel, ShellSection>AbstractUnboundNavigableElementControlBindingModel<TView, TViewModel, ShellSection>AbstractUnboundBaseShellItemControlBindingModel<TView, TViewModel, ShellSection>AbstractUnboundShellGroupItemControlBindingModel<TView, TViewModel, ShellSection>AbstractUnboundShellSectionControlBindingModel<TView, TViewModel, ShellSection>ShellSectionControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
ShellSectionControlBindingModel(Expression<Func<TView, ShellSection>>)
Initializes a new instance of the ShellSectionControlBindingModel<TView, TViewModel> class.
public ShellSectionControlBindingModel(Expression<Func<TView, ShellSection>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, ShellSection>>expression representing the control on the view to bind to.