C# Class LogoFX.Client.Mvvm.View.Extensions.PagingViewModelHelper

This objects allows applying paging capabilities of the VirtualizingSmartPanel onto the given view model's view.
Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: LogoFX/LogoFX

Public Properties

Property Type Description
ViewModelProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetViewModel ( DependencyObject obj ) : IPagingViewModel

Gets the view model.

SetViewModel ( DependencyObject obj, IPagingViewModel value ) : void

Sets the view model.

Private Methods

Method Description
ViewModel_Changed ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetViewModel() public static method

Gets the view model.
public static GetViewModel ( DependencyObject obj ) : IPagingViewModel
obj System.Windows.DependencyObject The dependency object.
return IPagingViewModel

SetViewModel() public static method

Sets the view model.
public static SetViewModel ( DependencyObject obj, IPagingViewModel value ) : void
obj System.Windows.DependencyObject The dependency object.
value IPagingViewModel The value.
return void

Property Details

ViewModelProperty public_oe static_oe property

Defines a DependencyProperty for the stored view model.
public static DependencyProperty,System.Windows ViewModelProperty
return System.Windows.DependencyProperty