DataGridViewTriState
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines values for specifying one of three possible states.
- C#
- VB.NET
public enum DataGridViewTriState : Enum
Public Enum DataGridViewTriState As [Enum]
Fields
| Name | Description |
|---|---|
| False | The property's state is false. |
| NotSet | The property is not set. |
| True | The property's state is true. |
Used By
| Name | Description |
|---|---|
| DataGridViewColumn.Resizable | Returns or sets whether the column is resizable. |
| DataGridViewColumn.Movable | Returns or sets whether the user can move the column. |
| DataGridViewBand.Resizable | Returns or sets whether the band can be resized in the user interface (UI). |
| DataGridViewCellStyle.WrapMode | Returns or sets whether textual content in a DataGridViewCell cell is wrapped to subsequent lines or truncated when it is too long to fit on a single line. |
| DataGridViewRow.Resizable | Returns or sets whether users can resize the row or indicating that the behavior is inherited from the AllowUserToResizeRows property. |