Table of Contents

Class ShellSectionControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.Microsoft.Maui.Controls
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

TView
TViewModel
Inheritance
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

viewExpression Expression<Func<TView, ShellSection>>

expression representing the control on the view to bind to.