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