C# Class ViewModels.CompositeViewVM.LinkedTreeViewVM

A subclass of TreeViewVM that uses a different binding to expand, and provide a new method to expand and select a particular tree item.
Inheritance: TreeViewVM
Datei anzeigen Open project: dsuryd/dotNetify

Public Methods

Method Description
ExpandTo ( int iId ) : void
LinkedTreeViewVM ( EmployeeModel model ) : DotNetify

Method Details

ExpandTo() public method

public ExpandTo ( int iId ) : void
iId int
return void

LinkedTreeViewVM() public method

public LinkedTreeViewVM ( EmployeeModel model ) : DotNetify
model EmployeeModel
return DotNetify