Table of Contents

Class TrayPanelControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Wpf.ViewToViewModelBindings.Syncfusion.Windows.Tools.Controls
Assembly
Whipstaff.Wpf.Syncfusion.SfDiagram.dll

A class that contains Viewmodel bindings for the Syncfusion.Windows.Tools.Controls.TrayPanel control.

public class TrayPanelControlBindingModel<TView, TViewModel> : AbstractUnboundTrayPanelControlBindingModel<TView, TViewModel, TrayPanel>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, TrayPanel>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, TrayPanel>
AbstractUnboundPanelControlBindingModel<TView, TViewModel, TrayPanel>
AbstractUnboundTrayPanelControlBindingModel<TView, TViewModel, TrayPanel>
TrayPanelControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

TrayPanelControlBindingModel(Expression<Func<TView, TrayPanel>>)

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

public TrayPanelControlBindingModel(Expression<Func<TView, TrayPanel>> viewExpression)

Parameters

viewExpression Expression<Func<TView, TrayPanel>>

expression representing the control on the view to bind to.