System.Windows.Forms.DataGridBoolColumn: Property Members

The properties of System.Windows.Forms.DataGridBoolColumn are listed below. For a list of all members, see the DataGridBoolColumn Members list.

See Also: Inherited members from System.Windows.Forms.DataGridColumnStyle

Public Properties

AllowNullbool.

Gets or sets a value indicating whether null values are allowed.

FalseValueobject.

Gets or sets the actual value used when setting the value of the column to false.

NullValueobject.

Gets or sets the actual value used when setting the value of the column to DBNull.Value.

TrueValueobject.

Gets or sets the actual value used when setting the value of the column to true.