Class ItemsControlInternalControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.ItemsControlInternal control.
public class ItemsControlInternalControlBindingModel<TView, TViewModel> : AbstractUnboundItemsControlInternalControlBindingModel<TView, TViewModel, ItemsControlInternal>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, ItemsControlInternal>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, ItemsControlInternal>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ItemsControlInternal>AbstractUnboundControlControlBindingModel<TView, TViewModel, ItemsControlInternal>AbstractUnboundItemsControlControlBindingModel<TView, TViewModel, ItemsControlInternal>AbstractUnboundItemsControlInternalControlBindingModel<TView, TViewModel, ItemsControlInternal>ItemsControlInternalControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundItemsControlControlBindingModel<TView, TViewModel, ItemsControlInternal>.ItemTemplateAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.IsLoadedAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.LanguageAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.MaxWidthAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.MinWidthAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.TriggersAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.CommandBindingsAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.IsMouseCapturedAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ItemsControlInternal>.RenderTransform
Constructors
ItemsControlInternalControlBindingModel(Expression<Func<TView, ItemsControlInternal>>)
Initializes a new instance of the ItemsControlInternalControlBindingModel<TView, TViewModel> class.
public ItemsControlInternalControlBindingModel(Expression<Func<TView, ItemsControlInternal>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, ItemsControlInternal>>expression representing the control on the view to bind to.