DataGridBoolColumn Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Alignment | Gets or sets the alignment of text in a column.(Inherited from DataGridColumnStyle.) |
![]() | AllowNull | Gets or sets a value indicating whether null values are allowed. |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | DataGridTableStyle | Gets the DataGridTableStyle for the column.(Inherited from DataGridColumnStyle.) |
![]() | DesignMode | |
![]() | Events | |
![]() | FalseValue | Gets or sets the actual value used when setting the value of the column to false. |
![]() | FontHeight | Gets the height of the column's font.(Inherited from DataGridColumnStyle.) |
![]() | HeaderAccessibleObject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the AccessibleObject for the column.(Inherited from DataGridColumnStyle.) |
![]() | HeaderText | Gets or sets the text of the column header.(Inherited from DataGridColumnStyle.) |
![]() | MappingName | Gets or sets the name of the data member to map the column style to.(Inherited from DataGridColumnStyle.) |
![]() | NullText | Gets or sets the text that is displayed when the column contains null.(Inherited from DataGridColumnStyle.) |
![]() | NullValue | Gets or sets the actual value used when setting the value of the column to Value. |
![]() | PropertyDescriptor | Gets or sets the PropertyDescriptor that determines the attributes of data displayed by the DataGridColumnStyle.(Inherited from DataGridColumnStyle.) |
![]() | ReadOnly | Gets or sets a value indicating whether the data in the column can be edited.(Inherited from DataGridColumnStyle.) |
![]() | Site | |
![]() | TrueValue | Gets or sets the actual value used when setting the value of the column to true. |
![]() | Width | Gets or sets the width of the column.(Inherited from DataGridColumnStyle.) |

