All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewTriState

Wisej.Web.DataGridViewTriState

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Defines values for specifying one of three possible states.

public enum DataGridViewTriState : Enum
Public Enum DataGridViewTriState As [Enum]

Fields

Name
Description

Used By

Name
Description

False

The property's state is false.

NotSet

The property is not set.

True

The property's state is true.

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.