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

Inheritance: BaseModuleControl, ISupportCompactLayout
Afficher le fichier Open project: sethjuarez/DevAV

Private Properties

Свойство Type Description
InitializeComponent void
UpdateCompactLayout void

Méthodes publiques

Méthode Description
OrdersFilterPaneCollapsed ( OrderCollectionViewModel collectionViewModel ) : DevExpress.OutlookInspiredApp.Win.Presenters

Méthodes protégées

Méthode Description
BindCommands ( ) : void
CreatePresenter ( ) : OrderFilterPanePresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void

Private Methods

Méthode 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 méthode

protected BindCommands ( ) : void
Résultat void

CreatePresenter() protected méthode

protected CreatePresenter ( ) : OrderFilterPanePresenter
Résultat OrderFilterPanePresenter

Dispose() protected méthode

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

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void

OrdersFilterPaneCollapsed() public méthode

public OrdersFilterPaneCollapsed ( OrderCollectionViewModel collectionViewModel ) : DevExpress.OutlookInspiredApp.Win.Presenters
collectionViewModel OrderCollectionViewModel
Résultat DevExpress.OutlookInspiredApp.Win.Presenters