C# Class DevExpress.OutlookInspiredApp.Win.Presenters.DashboardListPresenter

Exibir arquivo Open project: sethjuarez/DevAV Class Usage Examples

Public Methods

Method Description
AddNode ( string name, object tag = null, TreeListNode parent = null ) : TreeListNode
DashboardListPresenter ( TreeList tree, DashboardsFilterPaneViewModel viewModel ) : System

Private Methods

Method Description
InitTree ( ) : void
OnDashboardMessage ( DashboardMessage message ) : void
PopulateTree ( ) : void
tree_DoubleClick ( object sender, EventArgs e ) : void

Method Details

AddNode() public method

public AddNode ( string name, object tag = null, TreeListNode parent = null ) : TreeListNode
name string
tag object
parent TreeListNode
return TreeListNode

DashboardListPresenter() public method

public DashboardListPresenter ( TreeList tree, DashboardsFilterPaneViewModel viewModel ) : System
tree TreeList
viewModel DevExpress.OutlookInspiredApp.Win.ViewModel.DashboardsFilterPaneViewModel
return System