DataGridViewTriState
Wisej.Web.DataGridViewTriState
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Defines values for specifying one of three possible states.
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 |
---|---|
Returns or sets whether the column is resizable. | |
Returns or sets whether the user can move the column. | |
Returns or sets whether the band can be resized in the user interface (UI). | |
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. | |
Returns or sets whether users can resize the row or indicating that the behavior is inherited from the AllowUserToResizeRows property. |
Last updated