Table of Contents

Class LaneControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Wpf.ViewToViewModelBindings.Syncfusion.UI.Xaml.Diagram
Assembly
Whipstaff.Wpf.Syncfusion.SfDiagram.dll

A class that contains Viewmodel bindings for the Syncfusion.UI.Xaml.Diagram.Lane control.

public class LaneControlBindingModel<TView, TViewModel> : AbstractUnboundLaneControlBindingModel<TView, TViewModel, Lane>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, Lane>
LaneControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

LaneControlBindingModel(Expression<Func<TView, Lane>>)

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

public LaneControlBindingModel(Expression<Func<TView, Lane>> viewExpression)

Parameters

viewExpression Expression<Func<TView, Lane>>

expression representing the control on the view to bind to.