Table of Contents

Class TextCellControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.Microsoft.Maui.Controls
Assembly
Whipstaff.Maui.dll

A class that contains Viewmodel bindings for the TextCell control.

public class TextCellControlBindingModel<TView, TViewModel> : AbstractUnboundTextCellControlBindingModel<TView, TViewModel, TextCell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

TextCellControlBindingModel(Expression<Func<TView, TextCell>>)

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

public TextCellControlBindingModel(Expression<Func<TView, TextCell>> viewExpression)

Parameters

viewExpression Expression<Func<TView, TextCell>>

expression representing the control on the view to bind to.