Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
UpdateCompactLayout | void |
Method | Description | |
---|---|---|
QuotesFilterPane ( QuoteCollectionViewModel collectionViewModel ) : DevExpress.OutlookInspiredApp.Win.Presenters |
Method | Description | |
---|---|---|
BindCommands ( ) : void | ||
CreatePresenter ( ) : QuoteFilterTreeListPresenter | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDisposing ( ) : void | ||
OnInitServices ( DevExpress serviceContainer ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
UpdateCompactLayout ( ) : void |
protected CreatePresenter ( ) : QuoteFilterTreeListPresenter | ||
return | QuoteFilterTreeListPresenter |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnInitServices ( DevExpress serviceContainer ) : void | ||
serviceContainer | DevExpress | |
return | void |
public QuotesFilterPane ( QuoteCollectionViewModel collectionViewModel ) : DevExpress.OutlookInspiredApp.Win.Presenters | ||
collectionViewModel | QuoteCollectionViewModel | |
return | DevExpress.OutlookInspiredApp.Win.Presenters |