Class OverviewCustomPanelControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.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
-
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, OverviewCustomPanel>.MaxHeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, OverviewCustomPanel>.MinHeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, OverviewCustomPanel>.ResourcesAbstractUnboundUIElementControlBindingModel<TView, TViewModel, OverviewCustomPanel>.IsHitTestVisibleAbstractUnboundUIElementControlBindingModel<TView, TViewModel, OverviewCustomPanel>.IsStylusCaptured
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.