Class CellControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.Cell control.
public class CellControlBindingModel<TView, TViewModel> : AbstractUnboundCellControlBindingModel<TView, TViewModel, Cell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, Cell>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, Cell>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, Cell>AbstractUnboundControlControlBindingModel<TView, TViewModel, Cell>AbstractUnboundContentControlControlBindingModel<TView, TViewModel, Cell>AbstractUnboundCellControlBindingModel<TView, TViewModel, Cell>CellControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
CellControlBindingModel(Expression<Func<TView, Cell>>)
Initializes a new instance of the CellControlBindingModel<TView, TViewModel> class.
public CellControlBindingModel(Expression<Func<TView, Cell>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, Cell>>expression representing the control on the view to bind to.