Table of Contents

Class QuickCommandControlBindingModel<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.QuickCommand control.

public class QuickCommandControlBindingModel<TView, TViewModel> : AbstractUnboundQuickCommandControlBindingModel<TView, TViewModel, QuickCommand>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, QuickCommand>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, QuickCommand>
AbstractUnboundControlControlBindingModel<TView, TViewModel, QuickCommand>
AbstractUnboundDiagramThumbControlBindingModel<TView, TViewModel, QuickCommand>
AbstractUnboundQuickCommandControlBindingModel<TView, TViewModel, QuickCommand>
QuickCommandControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

QuickCommandControlBindingModel(Expression<Func<TView, QuickCommand>>)

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

public QuickCommandControlBindingModel(Expression<Func<TView, QuickCommand>> viewExpression)

Parameters

viewExpression Expression<Func<TView, QuickCommand>>

expression representing the control on the view to bind to.