Class GroupableItemsViewControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Maui.dll
A class that contains Viewmodel bindings for the GroupableItemsView control.
public class GroupableItemsViewControlBindingModel<TView, TViewModel> : AbstractUnboundGroupableItemsViewControlBindingModel<TView, TViewModel, GroupableItemsView>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundElementControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundNavigableElementControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundVisualElementControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundViewControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundItemsViewControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundStructuredItemsViewControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundSelectableItemsViewControlBindingModel<TView, TViewModel, GroupableItemsView>AbstractUnboundGroupableItemsViewControlBindingModel<TView, TViewModel, GroupableItemsView>GroupableItemsViewControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundItemsViewControlBindingModel<TView, TViewModel, GroupableItemsView>.EmptyViewTemplateAbstractUnboundVisualElementControlBindingModel<TView, TViewModel, GroupableItemsView>.FlowDirectionAbstractUnboundVisualElementControlBindingModel<TView, TViewModel, GroupableItemsView>.HeightRequestAbstractUnboundVisualElementControlBindingModel<TView, TViewModel, GroupableItemsView>.DisableLayoutAbstractUnboundNavigableElementControlBindingModel<TView, TViewModel, GroupableItemsView>.Navigation
Constructors
GroupableItemsViewControlBindingModel(Expression<Func<TView, GroupableItemsView>>)
Initializes a new instance of the GroupableItemsViewControlBindingModel<TView, TViewModel> class.
public GroupableItemsViewControlBindingModel(Expression<Func<TView, GroupableItemsView>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, GroupableItemsView>>expression representing the control on the view to bind to.