CustomDataGridViewCheckBoxColumn Members
Include Protected Members
Include Inherited Members
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
The CustomDataGridViewCheckBoxColumn type exposes the following members.
Constructors
Name
Description
CustomDataGridViewCheckBoxColumn
Infrastructure.
Top
Methods
Name
Description
Creates an exact copy of this band. (Inherited from DataGridViewColumn.)
Overloaded. Releases all resources used by the DataGridViewColumn.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Releases the resources associated with the band. (Inherited from DataGridViewBand.)
Serves as a hash function for a particular type. (Inherited from Object.)
Calculates the ideal width of the column based on the specified criteria. (Inherited from DataGridViewColumn.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Called when the band is associated with a different DataGridView. (Inherited from DataGridViewBand.)
Raises the DataGridView.CellClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellContentClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellContentDoubleClick event. (Inherited from DataGridViewElement.)
Raises the DataGridView.CellValueChanged event. (Inherited from DataGridViewElement.)
Raises the DataGridView.DataError event. (Inherited from DataGridViewElement.)
Raises the Control.MouseWheel event. (Inherited from DataGridViewElement.)
Gets a string that describes the column. (Inherited from DataGridViewCheckBoxColumn.)
Top
Properties
Name
Description
Gets or sets the mode by which the column automatically adjusts its width. (Inherited from DataGridViewColumn.)
Gets or sets the template used to create new cells. (Inherited from DataGridViewCheckBoxColumn.)
Gets the run-time type of the cell template. (Inherited from DataGridViewColumn.)
Gets or sets the shortcut menu for the column. (Inherited from DataGridViewColumn.)
Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement.)
Gets or sets the name of the data source property or database column to which the DataGridViewColumn is bound. (Inherited from DataGridViewColumn.)
Gets or sets the column's default cell style. (Inherited from DataGridViewCheckBoxColumn.)
Gets or sets the run-time type of the default header cell. (Inherited from DataGridViewBand.)
Gets a value indicating whether the band is currently displayed onscreen. (Inherited from DataGridViewBand.)
Gets or sets the display order of the column relative to the currently displayed columns. (Inherited from DataGridViewColumn.)
Gets or sets the width, in pixels, of the column divider. (Inherited from DataGridViewColumn.)
Gets or sets the underlying value corresponding to a cell value of false, which appears as an unchecked box. (Inherited from DataGridViewCheckBoxColumn.)
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.)
Gets or sets the flat style appearance of the check box cells. (Inherited from DataGridViewCheckBoxColumn.)
Gets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally. (Inherited from DataGridViewColumn.)
Gets a value indicating whether the DefaultCellStyle property has been set. (Inherited from DataGridViewBand.)
Gets or sets the DataGridViewColumnHeaderCell that represents the column header. (Inherited from DataGridViewColumn.)
Gets or sets the header cell of the DataGridViewBand. (Inherited from DataGridViewBand.)
Gets or sets the caption text on the column's header cell. (Inherited from DataGridViewColumn.)
Gets or sets the underlying value corresponding to an indeterminate or nulla null reference (Nothing in Visual Basic) cell value, which appears as a disabled checkbox. (Inherited from DataGridViewCheckBoxColumn.)
Gets the relative position of the band within the DataGridView control. (Inherited from DataGridViewBand.)
Gets the sizing mode in effect for the column. (Inherited from DataGridViewColumn.)
Gets the cell style currently applied to the column. (Inherited from DataGridViewColumn.)
Gets a value indicating whether the column is bound to a data source. (Inherited from DataGridViewColumn.)
Gets a value indicating whether the band represents a row. (Inherited from DataGridViewBand.)
Gets or sets the minimum width, in pixels, of the column. (Inherited from DataGridViewColumn.)
Gets or sets the name of the column. (Inherited from DataGridViewColumn.)
Gets or sets a value indicating whether the user can edit the column's cells. (Inherited from DataGridViewColumn.)
Gets or sets a value indicating whether the column is resizable. (Inherited from DataGridViewColumn.)
Gets or sets a value indicating whether the band is in a selected user interface (UI) state. (Inherited from DataGridViewBand.)
Infrastructure. Gets or sets the site of the column. (Inherited from DataGridViewColumn.)
Gets or sets the sort mode for the column. (Inherited from DataGridViewColumn.)
Gets the user interface (UI) state of the element. (Inherited from DataGridViewElement.)
Gets or sets the object that contains data to associate with the band. (Inherited from DataGridViewBand.)
Gets or sets a value indicating whether the hosted check box cells will allow three check states rather than two. (Inherited from DataGridViewCheckBoxColumn.)
Gets or sets the text used for ToolTips. (Inherited from DataGridViewColumn.)
Gets or sets the underlying value corresponding to a cell value of true, which appears as a checked box. (Inherited from DataGridViewCheckBoxColumn.)
Gets or sets the data type of the values in the column's cells. (Inherited from DataGridViewColumn.)
Gets or sets a value indicating whether the column is visible. (Inherited from DataGridViewColumn.)
Gets or sets the current width of the column. (Inherited from DataGridViewColumn.)
Top
Events
Name
Description
Occurs when the DataGridViewColumn is disposed. (Inherited from DataGridViewColumn.)
Top