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