C# Class DevExpress.OutlookInspiredApp.Win.DetailForm

Inheritance: DevExpress.XtraBars.Ribbon.RibbonForm, IRibbonModule
Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
BindCommands ( MainViewModel viewModel ) : void
DetailForm ( ) : DevExpress.OutlookInspiredApp.Win.Modules
EnsureRibbonModule ( object view ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnControlAdded ( System e ) : void
OnLoad ( System e ) : void
OnShown ( System e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

BindCommands() public method

public BindCommands ( MainViewModel viewModel ) : void
viewModel DevExpress.OutlookInspiredApp.Win.ViewModel.MainViewModel
return void

DetailForm() public method

public DetailForm ( ) : DevExpress.OutlookInspiredApp.Win.Modules
return DevExpress.OutlookInspiredApp.Win.Modules

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

EnsureRibbonModule() public method

public EnsureRibbonModule ( object view ) : void
view object
return void

OnControlAdded() protected method

protected OnControlAdded ( System e ) : void
e System
return void

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

OnShown() protected method

protected OnShown ( System e ) : void
e System
return void