DataGridComboBoxCell Class

Represents a text cell in DataGrid.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public class DataGridComboBoxCell : DataGridTextCell
Inheritance
Object    DataGridCell    DataGridTextCell    DataGridComboBoxCell

Constructors

DataGridComboBoxCell(DataGridComboBoxColumn) Initializes a new instance of the DataGridComboBoxCell class.
DataGridComboBoxCell(Int32, Int32, DataGridComboBoxColumn) Initializes a new instance of the DataGridComboBoxCell class.

Properties

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)

Methods

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))
EqualsDetermines 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue Gets the value of this cell.
(Inherited from DataGridCell)
MemberwiseCloneCreates 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)

Fields

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)

See Also