Méthode | Description | |
---|---|---|
Close ( ) : void |
Closes the form.
|
|
Hold ( ) : void |
Holds the execution until the window has been closed.
|
|
SetAutoSizeColumns ( DataGridViewAutoSizeColumnsMode mode ) : |
Sets the auto-size mode for the columns.
|
|
SetAutoSizeRows ( DataGridViewAutoSizeRowsMode mode ) : |
Sets the auto-size mode for the rows.
|
|
SetColumnHeadersVisible ( bool visible ) : |
Sets the visibility of the column headers.
|
|
SetDefaultFontSize ( float emSize ) : |
Sets the cell font size.
|
|
SetRowHeadersVisible ( bool visible ) : |
Sets the visibility of the row headers.
|
|
SetTitle ( string text ) : |
Sets the window title of the data grid box.
|
|
Show ( Array array, String title = null, object rowNames = null, object colNames = null ) : |
Displays a Data Grid View with the specified data.
|
|
Show ( DataTable table ) : |
Displays a Data Grid View with the specified data.
|
|
Show ( object source, string title = null ) : |
Displays a Data Grid View with the specified data.
|
|
WaitForClose ( ) : void |
Blocks the caller until the form is closed.
|
Méthode | Description | |
---|---|---|
DataGridBox ( ) : System | ||
dataGridView_DataBindingComplete ( object sender, DataGridViewBindingCompleteEventArgs e ) : void | ||
item_CheckedChanged ( object sender, EventArgs e ) : void | ||
show ( object source, string title ) : |
public SetAutoSizeColumns ( DataGridViewAutoSizeColumnsMode mode ) : |
||
mode | DataGridViewAutoSizeColumnsMode | |
Résultat |
public SetAutoSizeRows ( DataGridViewAutoSizeRowsMode mode ) : |
||
mode | DataGridViewAutoSizeRowsMode | |
Résultat |
public SetColumnHeadersVisible ( bool visible ) : |
||
visible | bool | |
Résultat |
public SetDefaultFontSize ( float emSize ) : |
||
emSize | float | |
Résultat |
public SetRowHeadersVisible ( bool visible ) : |
||
visible | bool | |
Résultat |
public SetTitle ( string text ) : |
||
text | string | The desired title text for the window. |
Résultat |
public static Show ( Array array, String title = null, object rowNames = null, object colNames = null ) : |
||
array | Array | The array to be displayed. |
title | String | The title for the data window. |
rowNames | object | A collection of row names to be displayed. |
colNames | object | A collection of column names to be displayed. |
Résultat |
public static Show ( DataTable table ) : |
||
table | DataTable | The source table to display. |
Résultat |
public static Show ( object source, string title = null ) : |
||
source | object | The source object to display. |
title | string | The title for the data window. |
Résultat |