Class DropDownMenuItemControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Tools.Controls.DropDownMenuItem control.
public class DropDownMenuItemControlBindingModel<TView, TViewModel> : AbstractUnboundDropDownMenuItemControlBindingModel<TView, TViewModel, DropDownMenuItem>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, DropDownMenuItem>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, DropDownMenuItem>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, DropDownMenuItem>AbstractUnboundControlControlBindingModel<TView, TViewModel, DropDownMenuItem>AbstractUnboundItemsControlControlBindingModel<TView, TViewModel, DropDownMenuItem>AbstractUnboundHeaderedItemsControlControlBindingModel<TView, TViewModel, DropDownMenuItem>AbstractUnboundDropDownMenuItemControlBindingModel<TView, TViewModel, DropDownMenuItem>DropDownMenuItemControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundItemsControlControlBindingModel<TView, TViewModel, DropDownMenuItem>.AlternationCountAbstractUnboundItemsControlControlBindingModel<TView, TViewModel, DropDownMenuItem>.ItemBindingGroupAbstractUnboundItemsControlControlBindingModel<TView, TViewModel, DropDownMenuItem>.ItemStringFormatAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, DropDownMenuItem>.ActualHeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, DropDownMenuItem>.BindingGroupAbstractUnboundUIElementControlBindingModel<TView, TViewModel, DropDownMenuItem>.IsMouseDirectlyOverAbstractUnboundUIElementControlBindingModel<TView, TViewModel, DropDownMenuItem>.SnapsToDevicePixels
Constructors
DropDownMenuItemControlBindingModel(Expression<Func<TView, DropDownMenuItem>>)
Initializes a new instance of the DropDownMenuItemControlBindingModel<TView, TViewModel> class.
public DropDownMenuItemControlBindingModel(Expression<Func<TView, DropDownMenuItem>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, DropDownMenuItem>>expression representing the control on the view to bind to.