Table of Contents

Class ImageCellControlBindingModel<TView, TViewModel>

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

A class that contains Viewmodel bindings for the ImageCell control.

public class ImageCellControlBindingModel<TView, TViewModel> : AbstractUnboundImageCellControlBindingModel<TView, TViewModel, ImageCell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

ImageCellControlBindingModel(Expression<Func<TView, ImageCell>>)

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

public ImageCellControlBindingModel(Expression<Func<TView, ImageCell>> viewExpression)

Parameters

viewExpression Expression<Func<TView, ImageCell>>

expression representing the control on the view to bind to.