public class MultiColumnComboBoxColumn : BaseComboBoxColumnPublic Class MultiColumnComboBoxColumn
Inherits BaseComboBoxColumnpublic ref class MultiColumnComboBoxColumn : public BaseComboBoxColumntype MultiColumnComboBoxColumn =
class
inherit BaseComboBoxColumn
end| MultiColumnComboBoxColumn | Constructor |
| AutoSizeMode | Gets or sets the mode by which the column automatically adjusts its width. (Inherited from DataGridViewColumn) |
| CellTemplate |
Gets or sets the template used to create new cells
(Inherited from BaseComboBoxColumn) |
| CellType | Gets the run-time type of the cell template. (Inherited from DataGridViewColumn) |
| ColumnFilter | This gets the StringCollection used to filter the columns displayed by the drop-down portion of the combo box. |
| ColumnHeadersVisible | Set or get whether column headers are visible |
| ComboBoxCellTemplate |
This is used internally to get a reference to the cell template as the actual type
(Inherited from BaseComboBoxColumn) |
| ContextMenuStrip | Gets or sets the shortcut menu for the column. (Inherited from DataGridViewColumn) |
| DataGridView | Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement) |
| DataPropertyName | Gets or sets the name of the data source property or database column to which the DataGridViewColumn is bound. (Inherited from DataGridViewColumn) |
| DataSource |
Gets or sets the data source that populates the selections for the combo boxes
(Inherited from BaseComboBoxColumn) |
| DefaultCellStyle | Gets or sets the column's default cell style. (Inherited from DataGridViewColumn) |
| DefaultHeaderCellType | Gets or sets the run-time type of the default header cell. (Inherited from DataGridViewBand) |
| DefaultNullText | Set or get the default null text for all columns |
| DefaultSelection |
This property is used to set or get the default selection's index
(Inherited from BaseComboBoxColumn) |
| Displayed | Gets a value indicating whether the band is currently displayed onscreen. (Inherited from DataGridViewBand) |
| DisplayIndex | Gets or sets the display order of the column relative to the currently displayed columns. (Inherited from DataGridViewColumn) |
| DisplayMember |
Gets or sets a string that specifies the property or column from which to retrieve strings for
display in the combo boxes.
(Inherited from BaseComboBoxColumn) |
| DisplayStyle |
Gets or sets a value that determines how the combo box is displayed when not editing
(Inherited from BaseComboBoxColumn) |
| DisplayStyleForCurrentCellOnly |
Get or set whether or not the display style applies only to the current cell
(Inherited from BaseComboBoxColumn) |
| DividerWidth | Gets or sets the width, in pixels, of the column divider. (Inherited from DataGridViewColumn) |
| DropDownWidth | Gets or sets the width of the of the drop-down portion of the combo box |
| EnforceDefaultSelection |
This is used to get or set whether or not the combo box should enforce a default selection
(Inherited from BaseComboBoxColumn) |
| FillWeight | Gets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control. (Inherited from DataGridViewColumn) |
| FlatStyle |
Get or set the flat style appearance of the cells
(Inherited from BaseComboBoxColumn) |
| Frozen | Gets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally. (Inherited from DataGridViewColumn) |
| HasDefaultCellStyle | Gets a value indicating whether the DefaultCellStyle property has been set. (Inherited from DataGridViewBand) |
| HeaderCell | Gets or sets the DataGridViewColumnHeaderCell that represents the column header. (Inherited from DataGridViewColumn) |
| HeaderCellCore | Gets or sets the header cell of the DataGridViewBand. (Inherited from DataGridViewBand) |
| HeaderText | Gets or sets the caption text on the column's header cell. (Inherited from DataGridViewColumn) |
| Index | Gets the relative position of the band within the DataGridView control. (Inherited from DataGridViewBand) |
| InheritedAutoSizeMode | Gets the sizing mode in effect for the column. (Inherited from DataGridViewColumn) |
| InheritedStyle | Gets the cell style currently applied to the column. (Inherited from DataGridViewColumn) |
| IsDataBound | Gets a value indicating whether the column is bound to a data source. (Inherited from DataGridViewColumn) |
| IsRow | Gets a value indicating whether the band represents a row. (Inherited from DataGridViewBand) |
| Items |
Gets the collection of objects used as selections in the combo boxes
(Inherited from BaseComboBoxColumn) |
| MaxDropDownItems |
Get the maximum number of items to display in the drop-down by default
(Inherited from BaseComboBoxColumn) |
| MinimumWidth | Gets or sets the minimum width, in pixels, of the column. (Inherited from DataGridViewColumn) |
| Name | Gets or sets the name of the column. (Inherited from DataGridViewColumn) |
| ReadOnly | Gets or sets a value indicating whether the user can edit the column's cells. (Inherited from DataGridViewColumn) |
| Resizable | Gets or sets a value indicating whether the column is resizable. (Inherited from DataGridViewColumn) |
| RowHeadersVisible | Set or get whether row headers are visible |
| Selected | Gets or sets a value indicating whether the band is in a selected user interface (UI) state. (Inherited from DataGridViewBand) |
| Site | Gets or sets the site of the column. (Inherited from DataGridViewColumn) |
| SortMode | Gets or sets the sort mode for the column. (Inherited from DataGridViewColumn) |
| SortOrder |
Gets or sets a value indicating whether the items in the list control are sorted and, if so, in what
order.
(Inherited from BaseComboBoxColumn) |
| State | Gets the user interface (UI) state of the element. (Inherited from DataGridViewElement) |
| Tag | Gets or sets the object that contains data to associate with the band. (Inherited from DataGridViewBand) |
| ToolTipText | Gets or sets the text used for ToolTips. (Inherited from DataGridViewColumn) |
| ValueMember |
Gets or sets a string that specifies the property or column from which to get values that correspond
to the selections in the drop-down list.
(Inherited from BaseComboBoxColumn) |
| ValueType | Gets or sets the data type of the values in the column's cells. (Inherited from DataGridViewColumn) |
| Visible | Gets or sets a value indicating whether the column is visible. (Inherited from DataGridViewColumn) |
| Width | Gets or sets the current width of the column. (Inherited from DataGridViewColumn) |
| Clone |
This is used to clone the column.
(Overrides BaseComboBoxColumnClone) |
| Dispose | Releases all resources used by the DataGridViewBand. (Inherited from DataGridViewBand) |
| Dispose(Boolean) | Releases the unmanaged resources used by the DataGridViewBand and optionally releases the managed resources. (Inherited from DataGridViewColumn) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Releases the resources associated with the band. (Inherited from DataGridViewBand) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetPreferredWidth | Calculates the ideal width of the column based on the specified criteria. (Inherited from DataGridViewColumn) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnDataGridViewChanged | Called when the band is associated with a different DataGridView. (Inherited from DataGridViewBand) |
| RaiseCellClick | Raises the CellClick event. (Inherited from DataGridViewElement) |
| RaiseCellContentClick | Raises the CellContentClick event. (Inherited from DataGridViewElement) |
| RaiseCellContentDoubleClick | Raises the CellContentDoubleClick event. (Inherited from DataGridViewElement) |
| RaiseCellValueChanged | Raises the CellValueChanged event. (Inherited from DataGridViewElement) |
| RaiseDataError | Raises the DataError event. (Inherited from DataGridViewElement) |
| RaiseMouseWheel | Raises the MouseWheel event. (Inherited from DataGridViewElement) |
| ToString |
Convert the column to its string description
(Overrides DataGridViewColumnToString) |
| Disposed | Occurs when the DataGridViewColumn is disposed. (Inherited from DataGridViewColumn) |