System.Windows.Forms.DataGridViewTriState Enumeration

Defines values for specifying one of three possible states.

Syntax

public enum DataGridViewTriState

Remarks

The System.Windows.Forms.DataGridViewTriState enumeration is useful whenever a third state is needed in addition to the two states of the bool type. For example, the DataGridViewCellStyle.WrapMode property is of type System.Windows.Forms.DataGridViewTriState so that a System.Windows.Forms.DataGridViewCellStyle object can indicate no preference in regards to the text wrapping of a cell value, and can instead indicate that the DataGridViewCellStyle.WrapMode value of a different System.Windows.Forms.DataGridViewCellStyle object should be used.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0