Class DropDownButtonAdvControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Tools.Controls.DropDownButtonAdv control.
public class DropDownButtonAdvControlBindingModel<TView, TViewModel> : AbstractUnboundDropDownButtonAdvControlBindingModel<TView, TViewModel, DropDownButtonAdv>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, DropDownButtonAdv>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, DropDownButtonAdv>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, DropDownButtonAdv>AbstractUnboundControlControlBindingModel<TView, TViewModel, DropDownButtonAdv>AbstractUnboundContentControlControlBindingModel<TView, TViewModel, DropDownButtonAdv>AbstractUnboundDropDownButtonAdvControlBindingModel<TView, TViewModel, DropDownButtonAdv>DropDownButtonAdvControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundDropDownButtonAdvControlBindingModel<TView, TViewModel, DropDownButtonAdv>.IconHeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, DropDownButtonAdv>.ActualWidthAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, DropDownButtonAdv>.ContextMenuAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, DropDownButtonAdv>.DataContext
Constructors
DropDownButtonAdvControlBindingModel(Expression<Func<TView, DropDownButtonAdv>>)
Initializes a new instance of the DropDownButtonAdvControlBindingModel<TView, TViewModel> class.
public DropDownButtonAdvControlBindingModel(Expression<Func<TView, DropDownButtonAdv>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, DropDownButtonAdv>>expression representing the control on the view to bind to.