Class ExpanderControlBindingModel<TView, TViewModel>
A class that contains Viewmodel bindings for the Expander control.
public class ExpanderControlBindingModel<TView, TViewModel> : AbstractUnboundExpanderControlBindingModel<TView, TViewModel, Expander>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, Expander>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, Expander>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, Expander>AbstractUnboundControlControlBindingModel<TView, TViewModel, Expander>AbstractUnboundContentControlControlBindingModel<TView, TViewModel, Expander>AbstractUnboundHeaderedContentControlControlBindingModel<TView, TViewModel, Expander>AbstractUnboundExpanderControlBindingModel<TView, TViewModel, Expander>ExpanderControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundHeaderedContentControlControlBindingModel<TView, TViewModel, Expander>.HeaderTemplate
Constructors
ExpanderControlBindingModel(Expression<Func<TView, Expander>>)
Initializes a new instance of the ExpanderControlBindingModel<TView, TViewModel> class.
public ExpanderControlBindingModel(Expression<Func<TView, Expander>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, Expander>>expression representing the control on the view to bind to.