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

Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
InitializeComponent void
UpdateCompactLayout void

Public Methods

Method Description
QuotesFilterPaneCollapsed ( QuoteCollectionViewModel collectionViewModel ) : DevExpress.OutlookInspiredApp.Win.Presenters

Protected Methods

Method Description
BindCommands ( ) : void
CreatePresenter ( ) : QuoteFilterPanePresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

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

UpdateCompactLayout ( ) : void

Method Details

BindCommands() protected method

protected BindCommands ( ) : void
return void

CreatePresenter() protected method

protected CreatePresenter ( ) : QuoteFilterPanePresenter
return QuoteFilterPanePresenter

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

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

QuotesFilterPaneCollapsed() public method

public QuotesFilterPaneCollapsed ( QuoteCollectionViewModel collectionViewModel ) : DevExpress.OutlookInspiredApp.Win.Presenters
collectionViewModel QuoteCollectionViewModel
return DevExpress.OutlookInspiredApp.Win.Presenters