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