Class ColorGroupItemControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Tools.Controls.ColorGroupItem control.
public class ColorGroupItemControlBindingModel<TView, TViewModel> : AbstractUnboundColorGroupItemControlBindingModel<TView, TViewModel, ColorGroupItem>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, ColorGroupItem>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, ColorGroupItem>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, ColorGroupItem>AbstractUnboundControlControlBindingModel<TView, TViewModel, ColorGroupItem>AbstractUnboundColorGroupItemControlBindingModel<TView, TViewModel, ColorGroupItem>ColorGroupItemControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, ColorGroupItem>.AreAnyTouchesCapturedAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ColorGroupItem>.HasAnimatedPropertiesAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ColorGroupItem>.IsKeyboardFocusWithinAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ColorGroupItem>.IsManipulationEnabledAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ColorGroupItem>.IsStylusCaptureWithinAbstractUnboundUIElementControlBindingModel<TView, TViewModel, ColorGroupItem>.RenderTransformOrigin
Constructors
ColorGroupItemControlBindingModel(Expression<Func<TView, ColorGroupItem>>)
Initializes a new instance of the ColorGroupItemControlBindingModel<TView, TViewModel> class.
public ColorGroupItemControlBindingModel(Expression<Func<TView, ColorGroupItem>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, ColorGroupItem>>expression representing the control on the view to bind to.