Skip to main content
Version: 3.5

DataGridViewTriState

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines values for specifying one of three possible states.

public enum DataGridViewTriState : Enum

Fields

NameDescription
FalseThe property's state is false.
NotSetThe property is not set.
TrueThe property's state is true.

Used By

NameDescription
DataGridViewColumn.ResizableReturns or sets whether the column is resizable.
DataGridViewColumn.MovableReturns or sets whether the user can move the column.
DataGridViewBand.ResizableReturns or sets whether the band can be resized in the user interface (UI).
DataGridViewCellStyle.WrapModeReturns 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.ResizableReturns or sets whether users can resize the row or indicating that the behavior is inherited from the AllowUserToResizeRows property.