Table of Contents

Class OverviewCustomPanelControlBindingModel<TView, TViewModel>

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

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

public class OverviewCustomPanelControlBindingModel<TView, TViewModel> : AbstractUnboundOverviewCustomPanelControlBindingModel<TView, TViewModel, OverviewCustomPanel>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, OverviewCustomPanel>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, OverviewCustomPanel>
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, OverviewCustomPanel>
AbstractUnboundPanelControlBindingModel<TView, TViewModel, OverviewCustomPanel>
AbstractUnboundOverviewCustomPanelControlBindingModel<TView, TViewModel, OverviewCustomPanel>
OverviewCustomPanelControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

OverviewCustomPanelControlBindingModel(Expression<Func<TView, OverviewCustomPanel>>)

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

public OverviewCustomPanelControlBindingModel(Expression<Func<TView, OverviewCustomPanel>> viewExpression)

Parameters

viewExpression Expression<Func<TView, OverviewCustomPanel>>

expression representing the control on the view to bind to.