public class DataGridComboBoxCell : DataGridTextCellPublic Class DataGridComboBoxCell
Inherits DataGridTextCell| DataGridComboBoxCell(DataGridComboBoxColumn) | Initializes a new instance of the DataGridComboBoxCell class. |
| DataGridComboBoxCell(Int32, Int32, DataGridComboBoxColumn) | Initializes a new instance of the DataGridComboBoxCell class. |
| ColumnNumber |
Gets or sets the number of a column in the DataGrid control.
(Inherited from DataGridCell) |
| Font |
Gets or sets the Font.
(Inherited from DataGridTextCell) |
| RowNumber |
Gets or sets the number of a row in the DataGrid control.
(Inherited from DataGridCell) |
| Clone |
Creates a clone (deep copy) of the current DataGridComboBoxCell instance.
(Overrides DataGridTextCellClone) |
| Dispose |
Clean up any resources being used.
(Inherited from DataGridTextCell) |
| Dispose(Boolean) |
Disposes all resources used by an object of this class.
(Inherited from DataGridTextCell) |
| Draw |
Draws the contents of the cell.
(Overrides DataGridTextCellDraw(Graphics, Rectangle, Color, DataGridColumn)) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Deinitializes the DataGridComboBoxCell class.
(Overrides DataGridTextCellFinalize) |
| FitColumnWidthToContent |
Fits the width of column to the contect of the cell.
(Inherited from DataGridTextCell) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue |
Gets the value of this cell.
(Inherited from DataGridCell) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ResetColumnNumber |
Sets the ColumnNumber to the default value.
(Inherited from DataGridCell) |
| ResetRowNumber |
Sets the RowNumber to the default value.
(Inherited from DataGridCell) |
| SetValue |
Sets the index of the selected item into this cell.
(Overrides DataGridCellSetValue(Object)) |
| ShouldSerializeColumnNumber |
Indicates whether the ColumnNumber property should be serialized by Visual Studio designer.
(Inherited from DataGridCell) |
| ShouldSerializeRowNumber |
Indicates whether the RowNumber property should be serialized by Visual Studio designer.
(Inherited from DataGridCell) |
| ToString |
Provides a text representation of the cell value.
(Overrides DataGridTextCellToString) |
| ToString(String, IFormatProvider) |
Formats the value of this cell with specified format and format provider.
(Inherited from DataGridTextCell) |
| KDefaultFontName |
Specifies the default font name.
(Inherited from DataGridTextCell) |
| KDefaultFontSize |
Specifies the default font size.
(Inherited from DataGridTextCell) |
| KDefaultFontStyle |
Specifies the default font style.
(Inherited from DataGridTextCell) |
| m_Value |
Value of this cell.
(Inherited from DataGridCell) |