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