Class TextCellControlBindingModel<TView, TViewModel>
- 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
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, TextCell>AbstractUnboundElementControlBindingModel<TView, TViewModel, TextCell>AbstractUnboundCellControlBindingModel<TView, TViewModel, TextCell>AbstractUnboundTextCellControlBindingModel<TView, TViewModel, TextCell>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
viewExpressionExpression<Func<TView, TextCell>>expression representing the control on the view to bind to.