C# Class DevExpress.OutlookInspiredApp.Win.Modules.DashboardsFilterPane

Inheritance: BaseModuleControl, ISupportCompactLayout
Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
BindCommands void
InitializeComponent void
UpdateCompactLayout void

Public Methods

Method Description
DashboardsFilterPane ( DashboardsViewModel viewModel ) : System

Protected Methods

Method Description
CreatePresenter ( ) : DashboardListPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnParentViewModelAttached ( ) : void

Private Methods

Method Description
BindCommands ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateCompactLayout ( ) : void

Method Details

CreatePresenter() protected method

protected CreatePresenter ( ) : DashboardListPresenter
return DevExpress.OutlookInspiredApp.Win.Presenters.DashboardListPresenter

DashboardsFilterPane() public method

public DashboardsFilterPane ( DashboardsViewModel viewModel ) : System
viewModel DashboardsViewModel
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnParentViewModelAttached() protected method

protected OnParentViewModelAttached ( ) : void
return void