DataGridViewCheckBoxColumn
Wisej.Web.DataGridViewCheckBoxColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.
public class DataGridViewCheckBoxColumn : DataGridViewColumn
Constructors
DataGridViewCheckBoxColumn()

Initializes a new instance of the DataGridViewCheckBoxColumn class to the default state.
DataGridViewCheckBoxColumn(cellTemplate)

Initializes a new instance of the DataGridViewCheckBoxColumn class to the default state.
Properties
CellTemplate

DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewCheckBoxCell.
DefaultCellStyle

DataGridViewCellStyle: Returns or sets the column's default cell style.
FalseValue

Object: Gets or sets the value that corresponds to false, which appears as an unchecked box.
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
IndeterminateValue

Object: Gets or sets the value that corresponds to indeterminate, which appears as an indeterminate box.
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
ThreeState

Boolean: Returns or sets a value indicating if the checkbox cells support three states.
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
TrueValue

Object: Gets or sets the value that corresponds to true, which appears as a checked box.
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
ValueType

Type: Returns or sets the data type of the values in the column's cells.
Implements
All wisej components implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?