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
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Свойство Type Description
ViewModelProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetViewModel ( DependencyObject obj ) : IPagingViewModel

Gets the view model.

SetViewModel ( DependencyObject obj, IPagingViewModel value ) : void

Sets the view model.

Private Methods

Méthode Description
ViewModel_Changed ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetViewModel() public static méthode

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

SetViewModel() public static méthode

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

Property Details

ViewModelProperty public_oe static_oe property

Defines a DependencyProperty for the stored view model.
public static DependencyProperty,System.Windows ViewModelProperty
Résultat System.Windows.DependencyProperty