C# Class ExamplesLibrary.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-Nancy-demo

Public Methods

Method Description
ExpandTo ( int iId ) : void

Method Details

ExpandTo() public method

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