![]() |
|
Home > Development > Other > DataGridView Columns .NET 2.0 assembly
By using the assembly you can create your own set of DataGridViewColumn objects that defines custom column for the Windows Forms DataGridView control and add them to the GridColumnsCollection. A column is an object that defines what the column looks and behaves like, including such things as color, font, and the presence of controls that will handle linked field in a database with the use of a Combo Box, a DateTime format Box and other control. Also we have built .NET 2.0 code samples that describe the concepts and techniques that you can use to build DataGridView features into your applications. The code examples show the various ways to manipulate DataGridView columns using properties of the DataGridViewColumn class. The .NET 2.0 Framework includes six types of DataGridView column classes by default: DataGridViewButtonColumn, DataGridViewCheckBoxColumn, DataGridViewComboboxColumn, DataGridViewImageColumn, DataGridViewTextBoxColumn, and DataGridViewLinkColumn classes. DataGridView Columns dynamic link library contains the following DataGridView Columns: DataGridView Combo Column (extended combobox); DataGridView Memo Column; DataGridView DateTimePicker Column; DataGridView DateTime Column; DataGridView Numeric Column; DataGridView Text Fractions Column; DataGridView Label Column; DataGridView DomainUpDown Column; DataGridView NumericUpDown Column; DataGridView Picture Column; DataGridView MaskedTextBox Column; DataGridView Print Class Related software: datagrid, .net, vb.net, … A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| © 2005—2008 Free-Soft-Downloads.com. Third-party products and brand names may be trademarks or registered trademarks of their respective owners. |