DataGridViewTriState Enumeration
.NET Framework (current version)
Defines values for specifying one of three possible states.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| False | The property's state is false. | |
| NotSet | The property is not set and will behave in a default manner. | |
| True | The property's state is true. |
The DataGridViewTriState enumeration is useful whenever a third state is needed in addition to the two states of the Boolean type. For example, the DataGridViewCellStyle::WrapMode property is of type DataGridViewTriState so that a DataGridViewCellStyle object can indicate no preference in regards to the text wrapping of a cell value, and can instead indicate that the WrapMode value of a different DataGridViewCellStyle object should be used.
.NET Framework
Available since 2.0
Available since 2.0
Show: