C# Class Xnlab.SQLMon.Controls.OutlookGrid.OutlookGrid

Inheritance: System.Windows.Forms.DataGridView
Afficher le fichier Open project: unruledboy/SQLMonitor

Private Properties

Свойство Type Description
FillGrid void
InitializeComponent void
SetGroupCollapse void
SetupColumns void

Méthodes publiques

Méthode Description
BindData ( object dataSource, string dataMember ) : void
ClearGroups ( ) : void
CollapseAll ( ) : void
ExpandAll ( ) : void
OutlookGrid ( ) : System
Sort ( System.Windows.Forms.DataGridViewColumn dataGridViewColumn, ListSortDirection direction ) : void
Sort ( IComparer comparer ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCellBeginEdit ( System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
OnCellDoubleClick ( System.Windows.Forms.DataGridViewCellEventArgs e ) : void
OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void

Private Methods

Méthode Description
FillGrid ( IOutlookGridGroup groupingStyle ) : void

the fill grid method fills the grid with the data from the DataSourceManager It takes the grouping style into account, if it is set.

InitializeComponent ( ) : void

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

SetGroupCollapse ( bool collapsed ) : void
SetupColumns ( ) : void

Method Details

BindData() public méthode

public BindData ( object dataSource, string dataMember ) : void
dataSource object
dataMember string
Résultat void

ClearGroups() public méthode

public ClearGroups ( ) : void
Résultat void

CollapseAll() public méthode

public CollapseAll ( ) : void
Résultat void

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

ExpandAll() public méthode

public ExpandAll ( ) : void
Résultat void

OnCellBeginEdit() protected méthode

protected OnCellBeginEdit ( System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellCancelEventArgs
Résultat void

OnCellDoubleClick() protected méthode

protected OnCellDoubleClick ( System.Windows.Forms.DataGridViewCellEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellEventArgs
Résultat void

OnCellMouseDown() protected méthode

protected OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
Résultat void

OutlookGrid() public méthode

public OutlookGrid ( ) : System
Résultat System

Sort() public méthode

public Sort ( System.Windows.Forms.DataGridViewColumn dataGridViewColumn, ListSortDirection direction ) : void
dataGridViewColumn System.Windows.Forms.DataGridViewColumn
direction ListSortDirection
Résultat void

Sort() public méthode

public Sort ( IComparer comparer ) : void
comparer IComparer
Résultat void